Browse Source

i2cp.inboundlimit and i2cp.outboundlimit

pull/97/head
orignal 4 months ago committed by GitHub
parent
commit
7481fde1fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/user-guide/configuration.md

2
docs/user-guide/configuration.md

@ -176,6 +176,8 @@ i2cp.enabled | If I2CP is enabled. (default: true) @@ -176,6 +176,8 @@ i2cp.enabled | If I2CP is enabled. (default: true)
i2cp.address | The address to listen on or an abstract address for Android LocalSocket
i2cp.port | Port of I2CP server. Usually 7654. Ignored for Andorid
i2cp.singlethread | If false every I2CP session runs in own thread. (default: true)
i2cp.inboundlimit | Client inbound limit in KBps to return in BandwidthLimitsMessage. Router's bandwidth if 0. (default:0)
i2cp.outboundlimit | Client outbound limit in KBps to return in BandwidthLimitsMessage. Router's bandwidth if 0. (default:0)
### I2PControl interface

Loading…
Cancel
Save