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:
+
+ - 9 – OK
+ - 14 – TESTING
+ - 8 – FIREWALLED
+ - 13 – HIDDEN
+ - 6 – WARN_FIREWALLED_AND_FAST
+ - 5 – WARN_FIREWALLED_AND_FLOODFILL
+ - 4 – WARN_FIREWALLED_WITH_INBOUND_TCP
+ - 12 – WARN_FIREWALLED_WITH_UDP_DISABLED
+ - 0 – ERROR_I2CP
+ - 1 – ERROR_CLOCK_SKEW
+ - 2 – ERROR_PRIVATE_TCP_ADDRESS
+ - 3 – ERROR_SYMMETRIC_NAT
+ - 7 – ERROR_UDP_PORT_IN_USE
+ - 10 – ERROR_NO_ACTIVE_PEERS_CHECK_CONNECTION_AND_FIREWALL
+ - 11 – ERROR_UDP_DISABLED_AND_TCP_UNSET
+
+
**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'.