Sean Chittenden <[EMAIL PROTECTED]> writes:
>      It is possible to select(2) a socket for the purposes of doing an
>      accept() by selecting it for read.

This simply means that select(2) will consider a listen socket
readable when there's at least one incoming connection in that
socket's listen queue.

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]

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

Reply via email to