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? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -