Possible bug with poll syscall

2001-03-10 Thread Alex Baretta
I am using poll with the POLLIN flag to wait for connection requests on a set of listening sockets in a server process. Although clients attempt to connect to those sockets, poll does returns zero after the expiration of the timeout. I believe this might be a bug. As far as I understand poll shoul

Re: Possible bug with poll syscall

2001-03-10 Thread Alex Baretta
Alex Baretta wrote: > > Alex Baretta wrote: > > > > I am using poll with the POLLIN flag to wait for connection > > requests on a set of listening sockets in a server process. > > Although clients attempt to connect to those sockets, poll does > > returns zero after the expiration of the timeout.

Re: Possible bug with poll syscall

2001-03-10 Thread Alex Baretta
Alex Baretta wrote: > > I am using poll with the POLLIN flag to wait for connection > requests on a set of listening sockets in a server process. > Although clients attempt to connect to those sockets, poll does > returns zero after the expiration of the timeout. The very same thing happens if