aboutsummaryrefslogtreecommitdiff
path: root/doc/socket.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/socket.html')
-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.