Commit ea611c7
committed
nginx: enable TCP Fast Open for HTTP(S)
This isn't used by end user machines in practice due to privacy and
compatibility reasons but it works well between servers. We're using it
for authoritative DNS per the RFC 9210 recommendation and might as well
have it available for HTTP and HTTPS since it does get used a bit in
practice.
The queue size determines how many pending fast open connections which
have not yet completed the handshake are allowed before the kernel will
fall back to waiting for the handshake.
TCP Fast Open key rotation and persistence has been handled as part of
our baseline server configuration.1 parent a217652 commit ea611c7
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
| 108 | + | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
| 132 | + | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments