Commit 6da8ac0300cdbf62fccac014df8ed692ec3a2f1b

Authored by adumas
1 parent e016d712

new cac condition

src/main/java/net/floodlightcontroller/pelstats/PELStats.java
... ... @@ -236,7 +236,7 @@ public class PELStats implements IFloodlightModule, IOFMessageListener, RestAPIP
236 236 }
237 237 }
238 238 }
239   - else
  239 + else if (((StatisticVoIP_CAC)srb.getStatistic()).getStats()[2]>4)
240 240 {
241 241 if(cacEnabledMap.get(sw)==true){
242 242 int nb= 2*16777216+7*65536+1*4096+0;
... ...