Update of /cvsroot/routingtools/tools/sysconfig
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30950/sysconfig
Modified Files:
shaper
Log Message:
* Tune device queue len for better packet control to about 5 secs length
Index: shaper
===================================================================
RCS file: /cvsroot/routingtools/tools/sysconfig/shaper,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** shaper 26 May 2005 20:56:11 -0000 1.7
--- shaper 25 Jun 2005 15:06:54 -0000 1.8
***************
*** 27,30 ****
--- 27,34 ----
DEVICE="dsl0"
+ # mtu for queue len calculation (this does not set your mtu, it's just to predict the minimal
+ # package queue len and set it to about 5 second - it will be autodetected in a later version)
+ MTU="1492"
+
# if device is an ISDN device (ipppX) you may enter the slave device here, to
# enable the shaper to adapt to channel-bundling
***************
*** 98,101 ****
--- 102,108 ----
#
# $Log$
+ # Revision 1.8 2005/06/25 15:06:54 hurikhan
+ # * Tune device queue len for better packet control to about 5 secs length
+ #
# Revision 1.7 2005/05/26 20:56:11 hurikhan
# - fixed the packet markers to classify all tcp packets correctly that are
|