1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-09-01 00:21:55 +00:00

i2p.streaming.maxWindowSize

This commit is contained in:
orignal 2025-08-04 10:29:44 -04:00 committed by GitHub
parent e40be7c0b9
commit aaeca57ffa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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