int sctp_registerUdpCallback(unsigned char me[], unsigned short my_port, sctp_socketCallback scf)

this function is supposed to open and bind a UDP socket listening on a port to incoming udp pakets on a local interface (a local union sockunion address)

Documentation

this function is supposed to open and bind a UDP socket listening on a port to incoming udp pakets on a local interface (a local union sockunion address)
Parameters:
me - pointer to a local address, that will trigger callback, if it receives UDP data
scf - callback funtion that is called when data has arrived
Returns:
new UDP socket file descriptor, or -1 if error ocurred

Alphabetic index HTML hierarchy of classes or Java



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