update the bandwidth limiter config properties
This commit is contained in:
@ -16,12 +16,15 @@ i2cp.port=##_router_i2cp_port##
|
|||||||
|
|
||||||
# I2P router administrative web port (currently only responds to /routerConsole.html)
|
# I2P router administrative web port (currently only responds to /routerConsole.html)
|
||||||
router.adminPort=7655
|
router.adminPort=7655
|
||||||
|
|
||||||
# Bandwidth limits
|
# Bandwidth limits
|
||||||
# These limits are for all i2np connections - tcp or whatever
|
# These limits are for all i2np connections - tcp or whatever to all peers.
|
||||||
# They are hard enforced with no smoothing.
|
# They are hard enforced with no smoothing. If they are <= 0, no limits are enforced.
|
||||||
# XXX Until the 0.3.2 release, these should NOT BE USED. Their values will be ignored!!!
|
i2np.bandwidth.inboundKBytesPerSecond=-1
|
||||||
i2np.bandwidth.inboundBytesPerMinute=##_router_inbps##
|
i2np.bandwidth.outboundKBytesPerSecond=-1
|
||||||
i2np.bandwidth.outboundBytesPerMinute=##_router_outbps##
|
# How many bytes will we let accumulate due to inactivity (allowing bursts)?
|
||||||
|
i2np.bandwidth.inboundBurstKBytes=-1
|
||||||
|
i2np.bandwidth.outboundBurstKBytes=-1
|
||||||
|
|
||||||
# Publish peer rankings
|
# Publish peer rankings
|
||||||
# If true, include the current liveliness and reliability rankings in one's published RouterInfo data
|
# If true, include the current liveliness and reliability rankings in one's published RouterInfo data
|
||||||
|
Reference in New Issue
Block a user