diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-11-22 08:33:29 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-11-22 08:33:29 +0000 |
commit | d55a5826e81136a9ecf65c4cd407152a56684dc2 (patch) | |
tree | 109ad44c75cee890ad5e98583e12b15b5e65a18e /doc/socket.html | |
parent | a2b780bf7a78c66d54a248fa99b5fc862c12a127 (diff) | |
download | luasocket-d55a5826e81136a9ecf65c4cd407152a56684dc2.tar.gz luasocket-d55a5826e81136a9ecf65c4cd407152a56684dc2.tar.bz2 luasocket-d55a5826e81136a9ecf65c4cd407152a56684dc2.zip |
Few tweaks in installation, some missing files, etc.
Diffstat (limited to 'doc/socket.html')
-rw-r--r-- | doc/socket.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/socket.html b/doc/socket.html index 82e958a..d050a42 100644 --- a/doc/socket.html +++ b/doc/socket.html | |||
@@ -210,13 +210,6 @@ Use the <a href=tcp.html#settimeout><tt>settimeout</tt></a> | |||
210 | method or <tt>accept</tt> might block forever. | 210 | method or <tt>accept</tt> might block forever. |
211 | </p> | 211 | </p> |
212 | 212 | ||
213 | <p class=note> | ||
214 | Interesting note: as mentioned in some Unix manuals, calling select with both | ||
215 | sets empty and a non-null timeout is a fairly portable way to sleep with | ||
216 | sub-second precision (<b>except it doesn't work on Windows</b>). | ||
217 | </p> | ||
218 | |||
219 | |||
220 | <!-- sink ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | 213 | <!-- sink ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> |
221 | 214 | ||
222 | <p class=name id=sink> | 215 | <p class=name id=sink> |