Mentions that closed sockets are ignored by select.

This commit is contained in:
Diego Nehab 2006-04-14 02:04:38 +00:00
parent e8650bbf16
commit 44c7f0f47b

View File

@ -210,6 +210,11 @@ Use the <a href=tcp.html#settimeout><tt>settimeout</tt></a>
method or <tt>accept</tt> might block forever.
</p>
<p class=note>
<b>Yet another note</b>: If you close a socket and pass
it to <tt>select</tt>, it will be ignored.
</p>
<!-- sink ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<p class=name id=sink>