int fc_send_data_chunk(SCTP_data_chunk * chunk, short destAddressIndex, unsigned int lifetime, gboolean dontBundle, gpointer context)

Function called by stream engine to enqueue data chunks in the flowcontrol module.

Documentation

Function called by stream engine to enqueue data chunks in the flowcontrol module. After function returns, we should be able to delete the pointer to the data (i.e. some lower module must have copied the data...e.g. the Flowcontrol, ReliableTransfer, or Bundling
Parameters:
chunk - pointer to the data chunk to be sent
destAddressIndex - index to address to send data structure to...
lifetime - NULL if unused, else pointer to a value of msecs, after which data will not be sent anymore
dontBundle - NULL if unused, by default bundling is allowed, else pointer to boolean indicating whether it is or it is not allowed.
Returns:
-1 on error, 0 on success, (1 if problems occurred ?)

Alphabetic index HTML hierarchy of classes or Java



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