Browse Source

cookbooks/deve/core: note ho to disable tcp accept ip limit

Daniel-Constantin Mierla 1 year ago
parent
commit
b4eecdeece
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/cookbooks/devel/core.md

+ 3 - 1
docs/cookbooks/devel/core.md

@@ -3311,12 +3311,14 @@ tcp_accept_hep3=yes
 
 
 Set limit for accepted connections from the same IP address.
 Set limit for accepted connections from the same IP address.
 
 
-Default 1024.
+Default: `1024`.
 
 
 ```
 ```
 tcp_accept_iplimit=32
 tcp_accept_iplimit=32
 ```
 ```
 
 
+It can be set to `0` (or a negative value) to disable this limit.
+
 ### tcp_accept_no_cl
 ### tcp_accept_no_cl
 
 
 Control whether to throw or not error when there is no Content-Length
 Control whether to throw or not error when there is no Content-Length