gint rbu_rcvDatagram(guint address_index, guchar * datagram, guint len)

Disassembles chunks from a received datagram

Documentation

Disassembles chunks from a received datagram

All chunks within the datagram are dispatched and sent to the appropriate module, i.e.: control chunks are sent to sctp_control/pathmanagement, SACK chunks to reliable_transfer, and data_chunks to RX_control. Those modules must get a pointer to the start of a chunk and information about its size (without padding).

Parameters:
address_index - index of address on which this data arrived
datagram - pointer to first chunk of the newly received data
len - length of payload (i.e. len of the concatenation of chunks)

Alphabetic index HTML hierarchy of classes or Java



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