Displaying 2 results from an estimated 2 matches for "maxdownstream".
2005 Apr 27
0
Ingress and polishing
...srTCM meter is only a partial solution to our problem as it allows
configuration of a max burst in kB but not a maximum rate in kbps.
Kind regards,
Pieter
Able
Code 1 :
-----------------
// incoming traffic
ingress {
// speeds
$medium_cir = $maxDownstream / 4;
$medium_pir = $maxDownstream / 4 * 2;
$low_cir = $maxDownstream / 4;
$low_pir = $maxDownstream / 4;
// variables to make categories
$is_medium = (tcp_sport ==...
2004 Dec 27
0
Ingress question with sub classes
...added the lines with ''===>>'' .
I clearly did something wrong cause it doesn''t compile :( Can anyone
explain me how to implement 3. ?
kind regards,
Pieter
$intDev = "adsl0";
// in bps (bits per second)
$maxUpstream = 2048000;
$maxDownstream = 2048000;
// Internet device
dev $intDev {
// outgoing traffic
egress {
/* classification */
// very interactive
class (<$group1>)
//VPN Protocols
if ip_proto == 50
if ip_proto == 47
// Known very intera...