diff options
author | Diego Nehab <diego.nehab@gmail.com> | 2019-02-24 17:55:27 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-24 17:55:27 -0300 |
commit | 699c36c0193c4c9fb4ae8d90c032280f6bacdaf3 (patch) | |
tree | 568f11832751f7bca69c419c000494256b6b3348 /doc | |
parent | f6ba23d463fde40c47862efafb32de231844c099 (diff) | |
parent | 2906d6a5227df25f14305c373fdde057f388d363 (diff) | |
download | luasocket-699c36c0193c4c9fb4ae8d90c032280f6bacdaf3.tar.gz luasocket-699c36c0193c4c9fb4ae8d90c032280f6bacdaf3.tar.bz2 luasocket-699c36c0193c4c9fb4ae8d90c032280f6bacdaf3.zip |
Merge pull request #116 from linuxmaniac/master
Add "tcp-keepidle", "tcp-keepcnt" and "tcp-keepintvl" 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. |