Add support for tcp_user_timeout (#503)

* Add support for tcp_user_timeout

* option

* duration

* Some()

* docs

* fmt, compile
This commit is contained in:
Mostafa Abdelraouf
2023-07-12 13:24:30 -05:00
committed by GitHub
parent 67579c9af4
commit 3c9565d351
3 changed files with 22 additions and 2 deletions

View File

@@ -151,7 +151,13 @@ path: general.tcp_keepalives_interval
default: 5
```
Number of seconds between keepalive packets.
### tcp_user_timeout
```
path: general.tcp_user_timeout
default: 10000
```
A linux-only parameters that defines the amount of time in milliseconds that transmitted data may remain unacknowledged or buffered data may remain untransmitted (due to zero window size) before TCP will forcibly disconnect
### tls_certificate
```