aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVictor Seva <linuxmaniac@torreviejawireless.org>2014-12-05 13:17:50 +0100
committerVictor Seva <linuxmaniac@torreviejawireless.org>2014-12-05 13:17:50 +0100
commit2906d6a5227df25f14305c373fdde057f388d363 (patch)
tree2f76f59323008656a23830f0efc9c3d3aff95774 /doc
parent5edf093643cceb329392aec9606ab3988579b821 (diff)
downloadluasocket-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.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.