User`s guide
KwikNet TCP/IP Sockets
K
A
DAK
215
Restriction If none of the message data can be delivered to the socket, the caller will
be blocked unless the socket
s is marked as non-blocking. In the latter
case, the caller will resume with a
-1 error status and the error code
EWOULDBLOCK will be stored in the socket descriptor.
See Also kn_connect(), kn_sendto(), kn_writev(), kn_socket()