mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-23 17:36:37 +02:00
try changing i2cp option
This commit is contained in:
parent
fc5b1ae3e2
commit
9447afe49c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ namespace stream
|
||||||
const int PENDING_INCOMING_TIMEOUT = 10; // in seconds
|
const int PENDING_INCOMING_TIMEOUT = 10; // in seconds
|
||||||
|
|
||||||
/** i2cp option for limiting inbound stremaing connections */
|
/** i2cp option for limiting inbound stremaing connections */
|
||||||
const char I2CP_PARAM_STREAMING_MAX_CONNS_PER_MIN[] = "i2p.streaming.maxConnsPerMinute";
|
const char I2CP_PARAM_STREAMING_MAX_CONNS_PER_MIN[] = "maxConnsPerMinute";
|
||||||
/** default maximum connections attempts per minute per destination */
|
/** default maximum connections attempts per minute per destination */
|
||||||
const uint32_t DEFAULT_MAX_CONNS_PER_MIN = 600;
|
const uint32_t DEFAULT_MAX_CONNS_PER_MIN = 600;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue