mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
[docs] note about doubled transit tunnels limit for floodfill mode
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
5f8d45154d
commit
321c7cb7cf
2 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
- Removed SSU support
|
- Removed SSU support
|
||||||
- Reduced bandwidth calculation interval from 60 to 15 seconds
|
- Reduced bandwidth calculation interval from 60 to 15 seconds
|
||||||
- Increased default max transit tunnels number from 2500 to 5000 or 10000 for floodfill
|
- Increased default max transit tunnels number from 2500 to 5000 or 10000 for floodfill
|
||||||
|
- Transit tunnels limit is doubled if floodfill mode is enabled
|
||||||
- NTCP2 and SSU2 timestamps are rounded to seconds
|
- NTCP2 and SSU2 timestamps are rounded to seconds
|
||||||
- Drop RouterInfos and LeaseSets with timestamp from future
|
- Drop RouterInfos and LeaseSets with timestamp from future
|
||||||
- Don't delete unreachable routers if tunnel creation success rate is too low
|
- Don't delete unreachable routers if tunnel creation success rate is too low
|
||||||
|
|
|
@ -238,6 +238,7 @@ verify = true
|
||||||
|
|
||||||
[limits]
|
[limits]
|
||||||
## Maximum active transit sessions (default: 5000)
|
## Maximum active transit sessions (default: 5000)
|
||||||
|
## This value is doubled if floodfill mode is enabled!
|
||||||
# transittunnels = 5000
|
# transittunnels = 5000
|
||||||
## Limit number of open file descriptors (0 - use system limit)
|
## Limit number of open file descriptors (0 - use system limit)
|
||||||
# openfiles = 0
|
# openfiles = 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue