- Require two udp stats when stats.full=false, caused NPE on peers.jsp
This commit is contained in:
zzz
2008-05-12 13:48:41 +00:00
parent 5be7ea1fc5
commit 042399f293

View File

@ -50,7 +50,8 @@ public class StatManager {
"tunnel.buildExploratoryExpire,tunnel.buildExploratoryReject,tunnel.buildExploratorySuccess," +
"tunnel.buildRatio.*,tunnel.buildFailure,tunnel.buildSuccess,tunnel.corruptMessage," +
"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