diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -76,7 +76,10 @@ reported in stderr and are only fatal at startup. - Note: Make sure you do not exceed the maximum file descriptor limit on your platform. - `max_incoming_connections` number of maximum incoming (downstream) - connections. excess connections are rejected. Default: 512 + connections over TCP transport. excess connections are rejected. Default: + 512 + - `max_incoming_connections_h3` same but for HTTP/3 where connections are + cheaper due to reuse of a single UDP socket. Default: 4096 - `max_outgoing_connections` number of maximum outgoing (upstream) connections. excess connections are rejected. Default: 256 |