sockets - Is it possible that EWOULDBLOCK be returned when partial data is received -


when reading socket, if ewouldblock returned ..is possible partial data read? or when ewouldblock returned data read 0 ?

when reading socket, if ewouldblock returned

ewouldblock returned when no data available without blocking.

..is possible partial data read?

no.

or when ewouldblock returned data read 0 ?

ewouldblock returned when no data available without blocking.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

keyboard - C++ GetAsyncKeyState alternative -

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -