TCP Fast Open Reducing Latency in Recurrent Connections
TCP Fast Open (TFO) is an extension to the traditional TCP protocol that aims to reduce latency during the connection establishment phase, particularly for recurrent connections between clients and servers. Standard TCP, as defined in RFC 793, requires a three-way handshake before any data can be sent: the client initiates the connection with a SYN…