HomeSort by relevance Sort by last modified time
    Searched full:xmit_time (Results 1 - 1 of 1) sorted by null

  /external/iproute2/tc/
tc_red.c 72 Stab[t>>Scell_log] = -log(1-W) * t/xmit_time
77 double xmit_time = tc_calc_xmittime(bps, avpkt); local
78 double lW = -log(1.0 - 1.0/(1<<Wlog))/xmit_time;

Completed in 298 milliseconds