<<On Fri, 2 Mar 2001 00:58:39 -0800, "Jonathan Graehl" <[EMAIL PROTECTED]> said:

> If a UDP socket selects readable, am I assured that the next read
> call will not block?

Not in the general case.  If you can be certain that there is no other
process with a file handle on the same socket, and considering
blocking only due to socket buffer exhaustion, then that assumption
*should* be valid.

-GAWollman


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to