diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-16 01:02:14 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-16 01:02:14 +0000 |
commit | 8e80e38f2c3121242b3b2f7a45a960c9af4d1a68 (patch) | |
tree | 4c643fe319f364a87767a287bfcecb402a524d5e /doc/socket.html | |
parent | d46f7a09a768b146f2f3cdc9a6a50357832bd1c7 (diff) | |
download | luasocket-8e80e38f2c3121242b3b2f7a45a960c9af4d1a68.tar.gz luasocket-8e80e38f2c3121242b3b2f7a45a960c9af4d1a68.tar.bz2 luasocket-8e80e38f2c3121242b3b2f7a45a960c9af4d1a68.zip |
Manual almost there.
Diffstat (limited to '')
-rw-r--r-- | doc/socket.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/socket.html b/doc/socket.html index eccc676..dbfdaed 100644 --- a/doc/socket.html +++ b/doc/socket.html | |||
@@ -106,8 +106,7 @@ writable even though the socket is <em>not</em> ready for sending. | |||
106 | </p> | 106 | </p> |
107 | 107 | ||
108 | <p class=note> | 108 | <p class=note> |
109 | <b>Another important note</b>: calling select with a server socket in the receive | 109 | <b>Another important note</b>: calling select with a server socket in the receive parameter before a call to accept does <em>not</em> guarantee |
110 | parameter before a call to accept does <em>not</em> guarantee | ||
111 | <a href=tcp.html#accept><tt>accept</tt></a> will return immediately. | 110 | <a href=tcp.html#accept><tt>accept</tt></a> will return immediately. |
112 | Use the <a href=tcp.html#settimeout><tt>settimeout</tt></a> | 111 | Use the <a href=tcp.html#settimeout><tt>settimeout</tt></a> |
113 | method or <tt>accept</tt> might block forever. | 112 | method or <tt>accept</tt> might block forever. |