From aaeca57ffa5dfa81b083d15f2715054d6f22c998 Mon Sep 17 00:00:00 2001 From: orignal Date: Mon, 4 Aug 2025 10:29:44 -0400 Subject: [PATCH] i2p.streaming.maxWindowSize --- docs/user-guide/tunnels.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user-guide/tunnels.md b/docs/user-guide/tunnels.md index ba6f910..30ec7e4 100644 --- a/docs/user-guide/tunnels.md +++ b/docs/user-guide/tunnels.md @@ -259,7 +259,7 @@ outbound.quantity | Number of outbound tunnels. 5 by default, 16 by inbound.lengthVariance | Random number of hops to add or subtract to an inbound tunnel between -3 and 3. 0 by default **(since 2.42.0)** outbound.lengthVariance | Random number of hops to add or subtract to an outbound tunnel between -3 and 3. 0 by default **(since 2.42.0)** crypto.tagsToSend | Number of ElGamal/AES tags to send. 40 by default; too low value may cause problems with tunnel building -crypto.ratchet.inboundTags | None for now +crypto.ratchet.inboundTags | Max number of generated inbound tags for tagset (default: 800) explicitPeers | List of comma-separated b64 addresses of peers to use (default: unset) i2p.streaming.initialAckDelay | Milliseconds to wait before sending Ack. (default: 200) i2p.streaming.answerPings | Enable sending pongs. 1 or true, 0 or false (default: 1) @@ -267,6 +267,7 @@ i2p.streaming.maxOutboundSpeed| Max outbound speed of stream in bytes/sec. (defa 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) +i2p.streaming.maxWindowSize | Max window size for streams (default: 512) 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