void mdi_receiveMessage(gint socket_fd, unsigned char *buffer, int bufferLength, unsigned char *hoststring, unsigned short fromAddressLength)

mdi_receiveMessage is the callback function of the SCTP-message distribution.

Documentation

mdi_receiveMessage is the callback function of the SCTP-message distribution. It is called by the Unix-interface module when a new datagramm is received. This function also performs OOTB handling, tag verification etc. (see also RFC 2960, section 8.5.1.B) and sends data to the bundling module of the right association

Parameters:
socket_fd - the socket file discriptor
buffer - pointer to arrived datagram
bufferlength - length of datagramm
fromAddress - source address of DG
portnum - bogus port number

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.