int adl_get_message(int sfd, void *dest, int maxlen, union sockunion *from, int *from_len)

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...
dest - pointer to a buffer, where we can store the received data
maxlen - maximum number of bytes that can be received with call
address - , where we got the data from
from_len - size of the address
Returns:
returns number of bytes received with this call

Alphabetic index HTML hierarchy of classes or Java



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