Displaying 1 result from an estimated 1 matches for "veryhigh_cir".
2004 Dec 27
0
Ingress question with sub classes
...= class ( rate ($maxUpstream /
2) bps, ceil ($maxUpstream / 8 * 7) bps ) ;
$rest = class ( rate ($maxUpstream / 8)
bps, ceil ($maxUpstream / 4) bps ) ;
}
}
}
// incoming traffic
ingress {
// speeds
$veryhigh_cir = $maxDownstream / 4;
$veryhigh_pir = $maxDownstream / 4 * 3;
$low_cir = $maxDownstream / 4;
$low_pir = $maxDownstream / 4;
// variables to make categories
$is_veryhigh = (tcp_sport == PORT_SSH && ip_tos_delay == 1)
|| (ip_pr...