aboutsummaryrefslogtreecommitdiff
path: root/doc/socket.html
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-16 01:02:14 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-16 01:02:14 +0000
commit8e80e38f2c3121242b3b2f7a45a960c9af4d1a68 (patch)
tree4c643fe319f364a87767a287bfcecb402a524d5e /doc/socket.html
parentd46f7a09a768b146f2f3cdc9a6a50357832bd1c7 (diff)
downloadluasocket-8e80e38f2c3121242b3b2f7a45a960c9af4d1a68.tar.gz
luasocket-8e80e38f2c3121242b3b2f7a45a960c9af4d1a68.tar.bz2
luasocket-8e80e38f2c3121242b3b2f7a45a960c9af4d1a68.zip
Manual almost there.
Diffstat (limited to '')
-rw-r--r--doc/socket.html3
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
110parameter 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.
112Use the <a href=tcp.html#settimeout><tt>settimeout</tt></a> 111Use the <a href=tcp.html#settimeout><tt>settimeout</tt></a>
113method or <tt>accept</tt> might block forever. 112method or <tt>accept</tt> might block forever.