From db112e8cfcd9acf4f9ff429349d5cbc17cbcb93a Mon Sep 17 00:00:00 2001 From: orignal Date: Wed, 26 Oct 2022 21:38:13 -0400 Subject: [PATCH] added i2p.router.net.total.received.bytes and i2p.router.net.total.sent.bytes --- docs/devs/i2pd-specifics.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/devs/i2pd-specifics.md b/docs/devs/i2pd-specifics.md index 62c583e..59a83dd 100644 --- a/docs/devs/i2pd-specifics.md +++ b/docs/devs/i2pd-specifics.md @@ -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