6.2.3.5 bind
The bind
function can be used for server operation for both
UDP and TCP sockets. It is used to associate a socket with an address structure (port
number and IP address).
The bind function call results to a SOCKET_MSG_BIND
event
sent to the socket callback handler with the bind status. Calls to
listen
, send
, sendto
,
recv
, and recvfrom
functions must not be issued
until the bind callback is received.