int sctp_sendUdpData(int sfd, unsigned char* buf, int length, unsigned char destination[], unsigned short dest_port)

function to be called when we get a message from a peer sctp instance in the poll loop

Documentation

function to be called when we get a message from a peer sctp instance in the poll loop
Parameters:
sfd - the socket file descriptor where data can be read...
buf - pointer to a buffer, where we data is stored
len - number of bytes to be sent, including the ip header !
address - , where data goes from
dest_len - size of the address
Returns:
returns number of bytes actually sent, or error

Alphabetic index HTML hierarchy of classes or Java



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