From 1a24dcd427d1eb4e8cebf9a9537d7b407923ef49 Mon Sep 17 00:00:00 2001 From: orignal Date: Mon, 11 Nov 2024 13:46:45 -0500 Subject: [PATCH] i2p.streaming.maxConcurrentStreams --- docs/user-guide/tunnels.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user-guide/tunnels.md b/docs/user-guide/tunnels.md index c70da0d..96c5259 100644 --- a/docs/user-guide/tunnels.md +++ b/docs/user-guide/tunnels.md @@ -265,6 +265,7 @@ i2p.streaming.answerPings | Enable sending pongs. true by default i2p.streaming.maxOutboundSpeed| Max outbound speed of stream in bytes/sec. (default: 1730000000) i2p.streaming.maxInboundSpeed | Max inbound speed of stream in bytes/sec. (default: 1730000000) i2p.streaming.profile | Bandwidth usage profile. 1 - bulk(high), 2- interactive(low). (default: 1) +i2p.streaming.maxConcurrentStreams | Total limit for streams at the time. (default: 2048) i2cp.leaseSetType | Type of LeaseSet to be sent. 1, 3 or 5. (default: 3) i2cp.leaseSetEncType | Comma separated encryption types to be used in LeaseSet type 3 or 5. (default: 0,4) i2cp.leaseSetPrivKey | Decryption key for encrypted LeaseSet in base64. PSK or private DH