diff options
-rw-r--r-- | doc/socket.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/socket.html b/doc/socket.html index d050a42..d155a20 100644 --- a/doc/socket.html +++ b/doc/socket.html | |||
@@ -210,6 +210,11 @@ Use the <a href=tcp.html#settimeout><tt>settimeout</tt></a> | |||
210 | method or <tt>accept</tt> might block forever. | 210 | method or <tt>accept</tt> might block forever. |
211 | </p> | 211 | </p> |
212 | 212 | ||
213 | <p class=note> | ||
214 | <b>Yet another note</b>: If you close a socket and pass | ||
215 | it to <tt>select</tt>, it will be ignored. | ||
216 | </p> | ||
217 | |||
213 | <!-- sink ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | 218 | <!-- sink ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> |
214 | 219 | ||
215 | <p class=name id=sink> | 220 | <p class=name id=sink> |