> Well, in our own manpages > > man 7 socket > > It is possible to do non-blocking IO on sockets by setting > the O_NONBLOCK flag on a socket file descriptor using > fcntl(2). O_NONBLOCK is inherited through an accept. So the man page is wrong ? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Should O_NONBLOCK be copied from listening socket to accep... Michael Shields
- Re: Should O_NONBLOCK be copied from listening socket... Alan Cox
- Re: Should O_NONBLOCK be copied from listening socket... David S. Miller
- Re: Should O_NONBLOCK be copied from listening socket... Dmitry Volkoff