Browse Source

ntcp limits

pull/12/head
orignal 7 years ago committed by GitHub
parent
commit
5a3c817aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/user-guide/configuration.md

4
docs/user-guide/configuration.md

@ -195,7 +195,9 @@ Option | Description @@ -195,7 +195,9 @@ Option | Description
-------------------------------------- | --------------------------------------
limits.transittunnels | Override maximum number of transit tunnels. 2500 by default
limits.openfiles | Limit number of open file descriptors (0 - use system limit)
limits.coresize | Maximum size of corefile in Kb (0 - use system limit)
limits.coresize | Maximum size of corefile in Kb (0 - use system limit)
limits.ntcpsoft | Threshold to start probabalistic backoff with ntcp sessions (0 - use system limit)
limits.ntcphard | Maximum number of ntcp sessions (0 - use system limit)
### Trust options

Loading…
Cancel
Save