aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
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