Skip to content

TCP Fast Open

Jan Včelák requested to merge tcp-fastopen into master

Enable TCP Fast Open on server's TCP sockets. No configuration option was added as this has to be enabled in kernel (at least on Linux).

Enable TCP Fast Open in utilities and make it default for TCP. There is kdig +nofastopen option to override the behavior.

Missing: TFO for server's outgoing connections. TFO for TLS in kdig.

Merge request reports