diff options
author | Kim Alvefur <zash@zash.se> | 2022-07-27 08:16:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-27 09:16:43 +0300 |
commit | 0c7df119c2b71bed814db7b3da8fc379131433fe (patch) | |
tree | 56b715e6010d291bd97de35744716f41ebadce19 /docs | |
parent | cff09ffb326237fd2edd848b6911521fe3e3d3fc (diff) | |
download | luasocket-0c7df119c2b71bed814db7b3da8fc379131433fe.tar.gz luasocket-0c7df119c2b71bed814db7b3da8fc379131433fe.tar.bz2 luasocket-0c7df119c2b71bed814db7b3da8fc379131433fe.zip |
feat(tcp): Add support for TCP Fast Open
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tcp.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/tcp.html b/docs/tcp.html index 9cc173e..f15196c 100644 --- a/docs/tcp.html +++ b/docs/tcp.html | |||
@@ -485,6 +485,10 @@ disables the Nagle's algorithm for the connection;</li> | |||
485 | 485 | ||
486 | <li> '<tt>tcp-keepintvl</tt>': value for <tt>TCP_KEEPINTVL</tt> Linux only!!</li> | 486 | <li> '<tt>tcp-keepintvl</tt>': value for <tt>TCP_KEEPINTVL</tt> Linux only!!</li> |
487 | 487 | ||
488 | <li> '<tt>tcp-fastopen</tt>': value for <tt>TCP_FASTOPEN</tt> Linux only!!</li> | ||
489 | |||
490 | <li> '<tt>tcp-fastopen-connect</tt>': value for <tt>TCP_FASTOPEN_CONNECT</tt> Linux only!!</li> | ||
491 | |||
488 | <li> '<tt>ipv6-v6only</tt>': | 492 | <li> '<tt>ipv6-v6only</tt>': |
489 | Setting this option to <tt>true</tt> restricts an <tt>inet6</tt> socket to | 493 | Setting this option to <tt>true</tt> restricts an <tt>inet6</tt> socket to |
490 | sending and receiving only IPv6 packets.</li> | 494 | sending and receiving only IPv6 packets.</li> |