From fb8ca0e067d8676a7c3328c1abf0cdcad124645e Mon Sep 17 00:00:00 2001 From: orignal Date: Thu, 17 Jul 2025 16:10:31 -0400 Subject: [PATCH] =?UTF-8?q?Revert=20"Fix=20tunnels.md:=20i2p.streaming.ans?= =?UTF-8?q?werPings=20value=20config=20format=20has=20cha=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/user-guide/tunnels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/tunnels.md b/docs/user-guide/tunnels.md index 89421c2..96c5259 100644 --- a/docs/user-guide/tunnels.md +++ b/docs/user-guide/tunnels.md @@ -261,7 +261,7 @@ crypto.tagsToSend | Number of ElGamal/AES tags to send. 40 by defaul crypto.ratchet.inboundTags | None for now 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; int. 1 means true. ((int)(bool)true) by default +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)