Skip to content

Commit

Permalink
Update configuration.md for varnish#185
Browse files Browse the repository at this point in the history
Mentions required config changes to actually enable TFO on supported systems
  • Loading branch information
dvershinin authored May 12, 2020
1 parent df12730 commit db6d325
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,15 @@ disabled. The recommended way to to select protocols is to use
The following tokens are available for the `tls-protos` option:
`SSLv3`, `TLSv1.0`, `TLSv1.1` and `TLSv1.2`.

## TCP Fast Open Support

TCP Fast Open saves up to one full round-trip time (RTT) over
the standard three-way connection handshake during a TCP session.

Since kernel version 3.13, the TCP Fast Open is enabled by default.
However, it must be explcitly enabled in the configuration file:

tcp-fastopen = on

## Uninterrupted configuration reload

Expand Down

0 comments on commit db6d325

Please sign in to comment.