Merge pull request #104 from nonlin-lin-chaos-order-etc-etal/patch-6

Fix tunnels.md: i2p.streaming.answerPings value config format has cha…
revert-104-patch-6
orignal 2025-07-17 15:52:19 -04:00 committed by GitHub
commit 1132907fde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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. true by default
i2p.streaming.answerPings | Enable sending pongs; int. 1 means true. ((int)(bool)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)