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
Post a Comment