aboutsummaryrefslogtreecommitdiff
path: root/doc/tcp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tcp.html')
-rw-r--r--doc/tcp.html4
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>
304Sets options for the TCP object. Options are only needed by low-level or 304Sets options for the TCP object. Options are only needed by low-level or
305time-critical applications. You should only modify a an option if you 305time-critical applications. You should only modify an option if you
306are sure you need it. 306are 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
315Nagle's algorithm for the connection; 315Nagle'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
317queued on socket and a close is performed. The value is a table with a 317queued on a socket and a close is performed. The value is a table with a
318boolean entry '<tt>on</tt>' and a numeric entry for the time interval 318boolean 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>,