Browse Source

Fixed typo

pull/99/head
orignal 2 months ago committed by GitHub
parent
commit
6fe8adc2f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/user-guide/tunnels.md

2
docs/user-guide/tunnels.md

@ -264,7 +264,7 @@ i2p.streaming.initialAckDelay | Milliseconds to wait before sending Ack. (defaul @@ -264,7 +264,7 @@ i2p.streaming.initialAckDelay | Milliseconds to wait before sending Ack. (defaul
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- intrecative(low). (default: 1)
i2p.streaming.profile | Bandwidth usage profile. 1 - bulk(high), 2- interactive(low). (default: 1)
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

Loading…
Cancel
Save