mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-08 07:06:52 +02:00
Set default bandwidth to 256 KB/sec
This commit is contained in:
parent
f5b823a712
commit
b91a32fcc2
3 changed files with 8 additions and 8 deletions
|
@ -10,7 +10,7 @@ loglevel = none
|
|||
ipv4 = true
|
||||
ipv6 = false
|
||||
|
||||
# bandwidth = L
|
||||
# bandwidth = O
|
||||
# notransit = false
|
||||
# floodfill = false
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ ipv6 = false
|
|||
## Bandwidth configuration
|
||||
## L limit bandwidth to 32 KB/sec, O - to 256 KB/sec, P - to 2048 KB/sec,
|
||||
## X - unlimited
|
||||
## Default is L (regular node) and X if floodfill mode enabled.
|
||||
## Default is O (regular node) and X if floodfill mode enabled.
|
||||
## If you want to share more bandwidth without floodfill mode, uncomment
|
||||
## that line and adjust value to your possibilities. Value can be set to
|
||||
## integer in kilobytes, it will apply that limit and flag will be used
|
||||
|
@ -87,7 +87,7 @@ ipv6 = false
|
|||
## limit will be 4096 KB/s). Same can be done when floodfill mode is used,
|
||||
## but keep in mind that low values may be negatively evaluated by Java
|
||||
## router algorithms.
|
||||
# bandwidth = L
|
||||
# bandwidth = O
|
||||
## Max % of bandwidth limit for transit. 0-100 (default: 100)
|
||||
# share = 100
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue