diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-09-21 20:00:23 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-09-21 20:00:23 +0000 |
| commit | 24fbcf34707b79ed3d2f6330ea909dfb42a9648b (patch) | |
| tree | e6e6b0a4f1802effa88fde5cf13a212e04aea54d /doc/tcp.html | |
| parent | c554b0c9dfc5698ab72689a9fcb5868ef217859a (diff) | |
| download | luasocket-24fbcf34707b79ed3d2f6330ea909dfb42a9648b.tar.gz luasocket-24fbcf34707b79ed3d2f6330ea909dfb42a9648b.tar.bz2 luasocket-24fbcf34707b79ed3d2f6330ea909dfb42a9648b.zip | |
Fixed more reported bugs.
Diffstat (limited to 'doc/tcp.html')
| -rw-r--r-- | doc/tcp.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tcp.html b/doc/tcp.html index ecbedaa..0be535a 100644 --- a/doc/tcp.html +++ b/doc/tcp.html | |||
| @@ -302,7 +302,7 @@ server:<b>setoption(</b>option [, value]<b>)</b> | |||
| 302 | 302 | ||
| 303 | <p class=description> | 303 | <p class=description> |
| 304 | Sets options for the TCP object. Options are only needed by low-level or | 304 | Sets options for the TCP object. Options are only needed by low-level or |
| 305 | time-critical applications. You should only modify a an option if you | 305 | time-critical applications. You should only modify an option if you |
| 306 | are sure you need it. | 306 | are sure you need it. |
| 307 | </p> | 307 | </p> |
| 308 | 308 | ||
| @@ -314,7 +314,7 @@ depends on the option being set: | |||
| 314 | <li> '<tt>tcp-nodelay</tt>': Setting this option to <tt>true</tt> disables the | 314 | <li> '<tt>tcp-nodelay</tt>': Setting this option to <tt>true</tt> disables the |
| 315 | Nagle's algorithm for the connection; | 315 | Nagle's algorithm for the connection; |
| 316 | <li> '<tt>linger</tt>': Controls the action taken when unsent data are | 316 | <li> '<tt>linger</tt>': Controls the action taken when unsent data are |
| 317 | queued on socket and a close is performed. The value is a table with a | 317 | queued on a socket and a close is performed. The value is a table with a |
| 318 | boolean entry '<tt>on</tt>' and a numeric entry for the time interval | 318 | boolean entry '<tt>on</tt>' and a numeric entry for the time interval |
| 319 | '<tt>timeout</tt>' in seconds. | 319 | '<tt>timeout</tt>' in seconds. |
| 320 | If the '<tt>on</tt>' field is set to <tt>true</tt>, | 320 | If the '<tt>on</tt>' field is set to <tt>true</tt>, |
