From 9acd209ee6fb58c4ad4eb17a387328c6a896305b Mon Sep 17 00:00:00 2001 From: dev Date: Tue, 26 Jul 2011 13:56:20 +0000 Subject: [PATCH] Changed NetStatus to depend on an enum instead of actual string. --- www.i2p2/pages/i2pcontrol.html | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/www.i2p2/pages/i2pcontrol.html b/www.i2p2/pages/i2pcontrol.html index 55dc817b..f90a533e 100644 --- a/www.i2p2/pages/i2pcontrol.html +++ b/www.i2p2/pages/i2pcontrol.html @@ -100,7 +100,25 @@ Response:
  • **i2p.router.net.bw.inbound.15s – [double] The 15 second average inbound bandwidth in Bps.
  • **i2p.router.net.bw.outbound.1s – [double] The 1 second average outbound bandwidth in Bps.
  • **i2p.router.net.bw.outbound.15s – [double] The 15 second average outbound bandwidth in Bps.
  • -
  • **i2p.router.net.status – [String] What the current netowrk status is.
  • +
  • **i2p.router.net.status – [long] What the current network status is. According to the below enum: + +
  • **i2p.router.net.tunnels.participating – [long] How many tunnels on the I2P net are we participating in.
  • **i2p.router.netdb.activepeers – [long] How many peers have we communicated with recently.
  • **i2p.router.netdb.fastpeers &ndasg; [long] How many peers are considered 'fast'.