Browse Source

added i2p.router.net.total.received.bytes and i2p.router.net.total.sent.bytes

pull/76/head
orignal 2 years ago committed by GitHub
parent
commit
db112e8cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/devs/i2pd-specifics.md

2
docs/devs/i2pd-specifics.md

@ -11,6 +11,8 @@ GOST_GOSTR3411512_GOSTR3410TC26A512 or 10 @@ -11,6 +11,8 @@ GOST_GOSTR3411512_GOSTR3410TC26A512 or 10
# I2PControl
i2p.router.status is 1 if shared local destination is ready, and 0 if not
i2p.router.net.tunnels.successrate returns tunnel creation success rate in percents
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
# BOB
Unlike Java-I2P, i2pd keep supporting BOB with the following extensions
newkeys signaturetype cryptotype. DSA and ElGamal by default

Loading…
Cancel
Save