Home | History | Annotate | Download | only in diffserv

Lines Matching refs:drop

9 #	- the drop probability associated with each AF virtual queue
22 # values in the for loop of this script; $drop stands for the
24 # $dscp = ($class*8+$drop*2)
27 # $gprio=$drop+1;
74 for $drop (1..3) {
75 print "\n# --- AF Class $class DP $drop---\n";
76 $dscp = $class*8+$drop*2;
77 $tcindex = sprintf("1%x%x",$class,$drop);
80 $prob = $drop*0.02;
82 $gprio = $drop+1;
84 "max 45KB burst 20 avpkt 1000 bandwidth $linerate DP $drop ".
89 "max 45KB burst 20 avpkt 1000 bandwidth $linerate DP $drop ".