diff options
author | Victor Seva <linuxmaniac@torreviejawireless.org> | 2014-12-05 13:17:50 +0100 |
---|---|---|
committer | Victor Seva <linuxmaniac@torreviejawireless.org> | 2014-12-05 13:17:50 +0100 |
commit | 2906d6a5227df25f14305c373fdde057f388d363 (patch) | |
tree | 2f76f59323008656a23830f0efc9c3d3aff95774 /doc | |
parent | 5edf093643cceb329392aec9606ab3988579b821 (diff) | |
download | luasocket-2906d6a5227df25f14305c373fdde057f388d363.tar.gz luasocket-2906d6a5227df25f14305c373fdde057f388d363.tar.bz2 luasocket-2906d6a5227df25f14305c373fdde057f388d363.zip |
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 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> |
434 | disables the Nagle's algorithm for the connection; | 434 | disables 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>': |
437 | Setting this option to <tt>true</tt> restricts an <tt>inet6</tt> socket to | 443 | Setting this option to <tt>true</tt> restricts an <tt>inet6</tt> socket to |
438 | sending and receiving only IPv6 packets. | 444 | sending and receiving only IPv6 packets. |