i2cp.inboundlimit and i2cp.outboundlimit

revert-104-patch-6
orignal 2024-07-30 18:28:14 -04:00 committed by GitHub
parent b6278d8886
commit 7481fde1fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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