2017-11-28 13:09:01 -05:00
|
|
|
i2pd-specific changes to I2P protocols
|
|
|
|
======================================
|
|
|
|
|
|
|
|
# SAM
|
2021-11-03 20:51:35 +02:00
|
|
|
SESSION CREATE and DEST GENERATE support additional parameter CRYPTO_TYPE specifying crypto type for new local destination
|
2017-11-28 13:14:06 -05:00
|
|
|
|
2019-01-24 10:15:30 -05:00
|
|
|
new values for SIGNATURE_TYPE
|
2019-01-24 10:15:53 -05:00
|
|
|
GOST_GOSTR3411256_GOSTR3410CRYPTOPROA or 9
|
|
|
|
GOST_GOSTR3411512_GOSTR3410TC26A512 or 10
|
2017-11-28 13:09:01 -05:00
|
|
|
|
|
|
|
# I2PControl
|
2017-11-28 13:31:24 -05:00
|
|
|
i2p.router.status is 1 if shared local destination is ready, and 0 if not
|
2017-11-28 13:36:46 -05:00
|
|
|
i2p.router.net.tunnels.successrate returns tunnel creation success rate in percents
|
2022-10-26 21:38:13 -04:00
|
|
|
i2p.router.net.total.received.bytes returns total received bytes since last restart
|
|
|
|
i2p.router.net.total.sent.bytes returns total sent bytes since last restart
|
2017-11-28 13:09:01 -05:00
|
|
|
# BOB
|
2021-02-21 16:35:35 -05:00
|
|
|
Unlike Java-I2P, i2pd keep supporting BOB with the following extensions
|
2019-01-24 10:15:09 -05:00
|
|
|
newkeys signaturetype cryptotype. DSA and ElGamal by default
|
2021-02-21 16:35:35 -05:00
|
|
|
lookuplocal - looks for LeaseSet with specified address in router's netdb
|