diff options
Diffstat (limited to 'doc/socket.html')
| -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. |
