1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-03-12 21:31:07 +00:00

Shared local destination params added

This commit is contained in:
orignal 2025-02-07 22:24:12 -05:00 committed by GitHub
parent 92782635ee
commit 38d7524fec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -255,6 +255,18 @@ exploratory.inbound.quantity | Exploratory inbound tunnels quantity. (
exploratory.outbound.length | Exploratory outbound tunnels length. (default: 2)
exploratory.outbound.quantity | Exploratory outbound tunnels quantity. (default: 3)
### Shared local destination
Option | Description
-------------------------------------- | --------------------------------------
shareddest.inbound.length | Shared local destination inbound tunnels length. (default: 3)
shareddest.inbound.quantity | Shared local destination inbound tunnels quantity. (default: 3)
shareddest.outbound.length | Shared local destination outbound tunnels length. (default: 3)
shareddest.outbound.quantity | Shared local destination outbound tunnels quantity. (default: 3)
shareddest.i2cp.leaseSetType | Shared local destination's LeaseSet type. (default: 3)
shareddest.i2cp.leaseSetEncType | Shared local destination's LeaseSet encryption type. (default: 0,4)
shareddest.i2p.streaming.profile | Shared local destination bandwidth usage profile. (default: 2)
### Time sync
Option | Description