Searched defs:TCP_BLOCKS (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dtcp.c52 #define TCP_BLOCKS (WSAGetLastError() == WSAEWOULDBLOCK) macro
56 #define TCP_BLOCKS (errno == EWOULDBLOCK) macro
173 if (sent == -1 && TCP_BLOCKS)
280 if (rcvd == -1 && TCP_BLOCKS)

Completed in 243 milliseconds