Name
easy:SetOpt_TCP_FastOpen -- enable TCP Fast Open
Synopsis
easy:SetOpt_TCP_FastOpen(enable)
Function
Pass a value as parameter get to 1 to enable or 0 to disable.

TCP Fast Open (RFC7413) is a mechanism that allows data to be carried in the SYN and SYN-ACK packets and consumed by the receiving end during the initial connection handshake, saving up to one full round-trip time (RTT).

Inputs
enable
input value

Show TOC