unsigned int sctp_associate(unsigned short SCTP_InstanceName, unsigned short noOfOutStreams, unsigned char destinationAddress[], unsigned short destinationPort, void* ulp_data)

This function is called to setup an association.

Documentation

This function is called to setup an association. The ULP must specify the SCTP-instance to which this association belongs to.
Parameters:
SCTP_InstanceName - the SCTP instance this association belongs to. if the local port of this SCTP instance is zero, we will get a port num, else we will use the one from the SCTP instance !
noOfOutStreams - number of output streams the ULP would like to have
destinationAddress - destination address
destinationPort - destination port
ulp_data - pointer to an ULP data structure, will be passed with callbacks !
Returns:
association ID of this association (identical with local tag), 0 in case of failures

Alphabetic index HTML hierarchy of classes or Java



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