From: <hur...@us...> - 2004-01-19 18:25:18
|
Update of /cvsroot/routingtools/tools/sysconfig In directory sc8-pr-cvs1:/tmp/cvs-serv8920/sysconfig Modified Files: shaper Log Message: - reworked packet marking filter (thus reducing DSL modem lockups I had) - tuned shaper settings - reworked bandwidth tree Index: shaper =================================================================== RCS file: /cvsroot/routingtools/tools/sysconfig/shaper,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** shaper 16 Apr 2003 18:17:47 -0000 1.5 --- shaper 19 Jan 2004 18:25:13 -0000 1.6 *************** *** 12,15 **** --- 12,17 ---- # on ISDN connections use the bandwith for ONE channel, even if you use # channelbundling all the time + # Note: This should be kept at about 80% of your uplink speed for the shaper to work + # effective. This may not be true for slow links. # unit is kbit/s LINKSPEED_UP="64" *************** *** 96,99 **** --- 98,106 ---- # # $Log$ + # Revision 1.6 2004/01/19 18:25:13 hurikhan + # - reworked packet marking filter (thus reducing DSL modem lockups I had) + # - tuned shaper settings + # - reworked bandwidth tree + # # Revision 1.5 2003/04/16 18:17:47 hurikhan # - disabled ECN as it is still problematic with some routers out there |