diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tcp.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tcp.html b/doc/tcp.html index c6c6eb2..6050a5f 100644 --- a/doc/tcp.html +++ b/doc/tcp.html | |||
@@ -477,6 +477,12 @@ used in validating addresses supplied in a call to | |||
477 | <li> '<tt>tcp-nodelay</tt>': Setting this option to <tt>true</tt> | 477 | <li> '<tt>tcp-nodelay</tt>': Setting this option to <tt>true</tt> |
478 | disables the Nagle's algorithm for the connection; | 478 | disables the Nagle's algorithm for the connection; |
479 | 479 | ||
480 | <li> '<tt>tcp-keepidle</tt>': value in seconds for <tt>TCP_KEEPIDLE</tt> Linux only!! | ||
481 | |||
482 | <li> '<tt>tcp-keepcnt</tt>': value for <tt>TCP_KEEPCNT</tt> Linux only!! | ||
483 | |||
484 | <li> '<tt>tcp-keepintvl</tt>': value for <tt>TCP_KEEPINTVL</tt> Linux only!! | ||
485 | |||
480 | <li> '<tt>ipv6-v6only</tt>': | 486 | <li> '<tt>ipv6-v6only</tt>': |
481 | Setting this option to <tt>true</tt> restricts an <tt>inet6</tt> socket to | 487 | Setting this option to <tt>true</tt> restricts an <tt>inet6</tt> socket to |
482 | sending and receiving only IPv6 packets. | 488 | sending and receiving only IPv6 packets. |