diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2006-04-14 02:04:38 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2006-04-14 02:04:38 +0000 |
commit | 44c7f0f47b484a1a12ab0a8ba28f83a91f571797 (patch) | |
tree | 7052c65ccb690e2c9006bf5bd9ceb567e1ba8426 | |
parent | e8650bbf16fe46a482d98c99399312abb960a1aa (diff) | |
download | luasocket-44c7f0f47b484a1a12ab0a8ba28f83a91f571797.tar.gz luasocket-44c7f0f47b484a1a12ab0a8ba28f83a91f571797.tar.bz2 luasocket-44c7f0f47b484a1a12ab0a8ba28f83a91f571797.zip |
Mentions that closed sockets are ignored by select.
-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> |