aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/tcp.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tcp.html b/doc/tcp.html
index 4226d78..4307234 100644
--- a/doc/tcp.html
+++ b/doc/tcp.html
@@ -433,6 +433,12 @@ used in validating addresses supplied in a call to
433<li> '<tt>tcp-nodelay</tt>': Setting this option to <tt>true</tt> 433<li> '<tt>tcp-nodelay</tt>': Setting this option to <tt>true</tt>
434disables the Nagle's algorithm for the connection; 434disables the Nagle's algorithm for the connection;
435 435
436<li> '<tt>tcp-keepidle</tt>': value in seconds for <tt>TCP_KEEPIDLE</tt> Linux only!!
437
438<li> '<tt>tcp-keepcnt</tt>': value for <tt>TCP_KEEPCNT</tt> Linux only!!
439
440<li> '<tt>tcp-keepintvl</tt>': value for <tt>TCP_KEEPINTVL</tt> Linux only!!
441
436<li> '<tt>ipv6-v6only</tt>': 442<li> '<tt>ipv6-v6only</tt>':
437Setting this option to <tt>true</tt> restricts an <tt>inet6</tt> socket to 443Setting this option to <tt>true</tt> restricts an <tt>inet6</tt> socket to
438sending and receiving only IPv6 packets. 444sending and receiving only IPv6 packets.