I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 042399f2 authored by zzz's avatar zzz
Browse files

* Stats:

      - Require two udp stats when stats.full=false, caused NPE on peers.jsp
parent 5be7ea1f
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,8 @@ public class StatManager { ...@@ -50,7 +50,8 @@ public class StatManager {
"tunnel.buildExploratoryExpire,tunnel.buildExploratoryReject,tunnel.buildExploratorySuccess," + "tunnel.buildExploratoryExpire,tunnel.buildExploratoryReject,tunnel.buildExploratorySuccess," +
"tunnel.buildRatio.*,tunnel.buildFailure,tunnel.buildSuccess,tunnel.corruptMessage," + "tunnel.buildRatio.*,tunnel.buildFailure,tunnel.buildSuccess,tunnel.corruptMessage," +
"tunnel.decryptRequestTime,tunnel.fragmentedDropped,tunnel.participatingMessageCount,"+ "tunnel.decryptRequestTime,tunnel.fragmentedDropped,tunnel.participatingMessageCount,"+
"tunnel.participatingTunnels,tunnel.testFailedTime,tunnel.testSuccessTime" ; "tunnel.participatingTunnels,tunnel.testFailedTime,tunnel.testSuccessTime," +
"udp.sendPacketSize,udp.packetsRetransmitted" ;
/** /**
* The stat manager should only be constructed and accessed through the * The stat manager should only be constructed and accessed through the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment