summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-03-18 11:33:31 +0100
committermetamuffin <metamuffin@disroot.org>2025-03-18 11:33:31 +0100
commit11b689c5e8ee0d0c31a94a2fc919b09aa63eeedc (patch)
tree622b491601988df1efcf19cbc773e03250892395 /readme.md
parent284254f9cb257bc52cebf3f0a60229f4406b8c02 (diff)
downloadgnix-11b689c5e8ee0d0c31a94a2fc919b09aa63eeedc.tar
gnix-11b689c5e8ee0d0c31a94a2fc919b09aa63eeedc.tar.bz2
gnix-11b689c5e8ee0d0c31a94a2fc919b09aa63eeedc.tar.zst
seperate h3 connection limit
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 2e6e983..3b2b5d0 100644
--- a/readme.md
+++ b/readme.md
@@ -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