int sctp_receiveUnsent

(unsigned int associationID,
  unsigned char* buffer,
  unsigned int* length,
  unsigned short* streamID,
  unsigned short* streamSN,
  unsigned int* protocolId)

sctp_receive_unsent is currently NOT implemented !

Documentation

sctp_receive_unsent is currently NOT implemented ! Will return messages that could not be sent for some reason

Parameters:
- associationID ID of assocation.
buffer - pointer to a buffer that the application needs to pass. Data is copied there.
length - pointer to size of the buffer passed by application, contains actual length of the copied chunk after the function call.
streamID - pointer to the stream id, where data should have been sent
streamSN - pointer to stream sequence number of the data chunk that was not sent
protocolID - pointer to the protocol ID of the unsent chunk
Returns:
number of unsent chunks still in the queue, else -1 on error (no chunks there etc.)

Alphabetic index HTML hierarchy of classes or Java



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