Browse Source

try changing i2cp option

pull/628/head
Jeff Becker 8 years ago
parent
commit
9447afe49c
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 2
      Streaming.h

2
Streaming.h

@ -53,7 +53,7 @@ namespace stream @@ -53,7 +53,7 @@ namespace stream
const int PENDING_INCOMING_TIMEOUT = 10; // in seconds
/** 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 */
const uint32_t DEFAULT_MAX_CONNS_PER_MIN = 600;

Loading…
Cancel
Save