Skip to content

Commit

Permalink
Add missing doc for tcp_accept_iplimit
Browse files Browse the repository at this point in the history
  • Loading branch information
btriller authored and miconda committed Feb 28, 2024
1 parent 3634570 commit 971a2a8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/cookbooks/5.7.x/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -3274,6 +3274,16 @@ Default value is **no**.
tcp_accept_hep3=yes
```

### tcp_accept_iplimit

Set limit for accepted connections from the same IP address.

Default 1024.

```
tcp_accept_iplimit=32
```

### tcp_accept_no_cl

Control whether to throw or not error when there is no Content-Length
Expand Down

0 comments on commit 971a2a8

Please sign in to comment.