Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update configuration.md for #185 #332

Merged
merged 2 commits into from
Jun 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

On a system which supports TCP Fast Open, Hitch is able to reduce
network latency with the following in the configuration file:

tcp-fastopen = on

## Uninterrupted configuration reload

Expand Down