editso / fuso

一款体积小, 快速, 稳定, 高效, 轻量的内网穿透, 端口转发工具 支持多连接,级联代理,传输加密 (A small volume, fast, stable, efficient, and lightweight intranet penetration, port forwarding tool supports multiple connections, cascading proxy, and transmission encryption)
GNU General Public License v3.0
1.76k stars 191 forks source link

will you add tcp-fast-open? #36

Closed lootoos closed 1 year ago

lootoos commented 1 year ago

TCP Fast Open (TFO), is an extension to the transmission control protocol (TCP) that helps reduce network latency by enabling data to be exchanged during the sender's initial TCP SYN. A traditional TCP handshake is a three step process that is carried out as follows.

The sender sends a SYN packet to the receiver to initiate the connection The receiver sends a SYN-ACK packet back to the sender to let it know that it is ready to start transmitting data The sender sends an ACK packet to the receiver https://www.keycdn.com/support/tcp-fast-open

editso commented 1 year ago

TCP Fast Open (TFO), is an extension to the transmission control protocol (TCP) that helps reduce network latency by enabling data to be exchanged during the sender's initial TCP SYN. A traditional TCP handshake is a three step process that is carried out as follows.

The sender sends a SYN packet to the receiver to initiate the connection The receiver sends a SYN-ACK packet back to the sender to let it know that it is ready to start transmitting data The sender sends an ACK packet to the receiver https://www.keycdn.com/support/tcp-fast-open

I am writing the code for the configuration file, thank you for your suggestion, I will add it to the configuration file