diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libsocket.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index aace6fd..bb1fca7 100644 --- a/Doc/lib/libsocket.tex +++ b/Doc/lib/libsocket.tex @@ -529,7 +529,7 @@ socket operations are disabled. \end{methoddesc} Some notes on the interaction between socket blocking and timeouts: -socket blocking mode takes precendence over timeouts. If a socket if +socket blocking mode takes precedence over timeouts. If a socket if set to non-blocking mode, then timeouts set on sockets are not used. The timeout value associated with the socket can still be set using \method{settimeout()} and its value retrieved using |