User`s guide
208
K
A
DAK
KwikNet TCP/IP Sockets
Restriction If there is no data available at the socket, the caller will be blocked waiting
for data to arrive 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_readv(), kn_recvfrom(), kn_socket()