diff options
author | metamuffin <metamuffin@disroot.org> | 2025-03-18 11:33:31 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-03-18 11:33:31 +0100 |
commit | 11b689c5e8ee0d0c31a94a2fc919b09aa63eeedc (patch) | |
tree | 622b491601988df1efcf19cbc773e03250892395 /readme.md | |
parent | 284254f9cb257bc52cebf3f0a60229f4406b8c02 (diff) | |
download | gnix-11b689c5e8ee0d0c31a94a2fc919b09aa63eeedc.tar gnix-11b689c5e8ee0d0c31a94a2fc919b09aa63eeedc.tar.bz2 gnix-11b689c5e8ee0d0c31a94a2fc919b09aa63eeedc.tar.zst |
seperate h3 connection limit
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 |