From 9447afe49ca17a2bcd046abceb719b947fe461cf Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Thu, 28 Jul 2016 12:32:05 -0400 Subject: [PATCH] try changing i2cp option --- Streaming.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Streaming.h b/Streaming.h index d21dc16b..4e76e435 100644 --- a/Streaming.h +++ b/Streaming.h @@ -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;