Mentions that closed sockets are ignored by select.
This commit is contained in:
parent
e8650bbf16
commit
44c7f0f47b
1 changed files with 5 additions and 0 deletions
|
@ -210,6 +210,11 @@ Use the <a href=tcp.html#settimeout><tt>settimeout</tt></a>
|
||||||
method or <tt>accept</tt> might block forever.
|
method or <tt>accept</tt> might block forever.
|
||||||
</p>
|
</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 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
<!-- sink ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
||||||
|
|
||||||
<p class=name id=sink>
|
<p class=name id=sink>
|
||||||
|
|
Loading…
Add table
Reference in a new issue