In the code for NAKACK, the first packet which is recorded as part of the stats for an address throws NPE.
StatsEntry entry=map.get(key);
if(entry == null)
entry.xmit_reqs+=req;
In the code for NAKACK, the first packet which is recorded as part of the stats for an address throws NPE.
StatsEntry entry=map.get(key);
if(entry == null)
entry.xmit_reqs+=req;