1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-08-30 15:41:54 +00:00

ML-DSA-44 added. Changes possible values for i2p.streaming.answerPings

This commit is contained in:
orignal 2025-07-17 17:42:25 -04:00 committed by GitHub
parent 1132907fde
commit e40be7c0b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,6 +48,7 @@ ED25519-SHA512 | 7 | **Default**
GOSTR3410-A-GOSTR3411-256 | 9 | Not compatible with Java router
GOSTR3410-TC26-A-GOSTR3411-512 | 10 | Not compatible with Java router
RED25519-SHA512 | 11 | For keys blinding (encrypted LeaseSet)
ML-DSA-44 | 12 | Post-Quantum
LeaseSet
------------
@ -261,7 +262,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. 1 or true, 0 or false (default: 1)
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)