diff options
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>, |