Function
| Description
|
---|
Ns_ClearSockErrno
| Clear error number for socket connection
|
Ns_GetSockErrno
| Get error number for socket connection
|
Ns_SetSockErrno
| Set error number for socket connection
|
Ns_SockAsyncConnect
| Create a remote socket and return immediately
|
Ns_SockCallback
| Register a socket callback function
|
Ns_SockCloseLater
| Close a remote socket which has not yet timed out
|
Ns_SockConnect
| Create a socket to remote host and port
|
Ns_SockListen
| Create a socket on a specified address and port
|
Ns_SockPipe
| Return a pair of connected sockets
|
Ns_SockSetBlocking
| Set a socket in blocking mode
|
Ns_SockSetNonBlocking
| Set a socket in nonblocking mode
|
Ns_SockStrError
| Return string for socket error number
|
Ns_SockTimedConnect
| Create a remote socket within a specified time
|