linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Possible bug with poll syscall
@ 2001-03-10 13:23 Alex Baretta
  2001-03-10 16:12 ` Alex Baretta
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Baretta @ 2001-03-10 13:23 UTC (permalink / raw)
  To: Linux Kernel Mailing List

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 should be woken up by
connection requests and should signal them with a POLLIN. But,
then again, I might have misunderstood the specification.

Would anyone please shed some light on this issue?

Thank you very much.

Alex Baretta

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-03-11  2:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-10 13:23 Possible bug with poll syscall Alex Baretta
2001-03-10 16:12 ` Alex Baretta
2001-03-11  2:18   ` Alex Baretta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).