Changeset 128 for system/generators/traffic_shaping.php
- Timestamp:
- Dec 23, 2008, 8:23:59 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
system/generators/traffic_shaping.php
r118 r128 1 1 <?php 2 2 3 3 $Enabled = 1; 4 4 $ClassesEnabled = 1; 5 include('global.php'); 5 6 include_once('/a/www/centrala/global.php'); 6 7 include_once('/a/www/centrala/finance/include.php'); … … 23 24 $VoipSpeedIn = 100; //$SpeedReserve; 24 25 $VoipSpeedOut = 100; //$SpeedReserve; 25 $InetInterface = 'eth1'; 26 $OutInterface = 'eth1'; 26 $OutInterface = $InetInterface; 27 27 $InInterface = 'ifb0'; 28 28 $FreeInetSpeed = 64;
Note:
See TracChangeset
for help on using the changeset viewer.