feat(tcp): Add support for TCP Fast Open

This commit is contained in:
Kim Alvefur
2022-07-27 08:16:43 +02:00
committed by GitHub
parent cff09ffb32
commit 0c7df119c2
4 changed files with 33 additions and 0 deletions

View File

@ -485,6 +485,10 @@ disables the Nagle's algorithm for the connection;</li>
<li> '<tt>tcp-keepintvl</tt>': value for <tt>TCP_KEEPINTVL</tt> Linux only!!</li>
<li> '<tt>tcp-fastopen</tt>': value for <tt>TCP_FASTOPEN</tt> Linux only!!</li>
<li> '<tt>tcp-fastopen-connect</tt>': value for <tt>TCP_FASTOPEN_CONNECT</tt> Linux only!!</li>
<li> '<tt>ipv6-v6only</tt>':
Setting this option to <tt>true</tt> restricts an <tt>inet6</tt> socket to
sending and receiving only IPv6 packets.</li>