El mar, 28-08-2007 a las 13:26 +0200, Enrique José Hernández Blasco escribió: > El mar, 28-08-2007 a las 12:03 +0100, Willem Pretorius escribió: > > Hi, > > Hi Willem, > > > I need to bring down the traffic shaping for a specific Mac down to > > 5Kb/s, I see you can only go down to 60. Is there anyway to manually > > get it down to 5? > > More specific information, why only 60 kbit/s are allowed [1] (we use > r2q = 5) > > 60 Kbit/s = 7'5KB/s = 7500 bytes/s, quantum = 7500/5 = 1500 bytes > > Quantum is the maximum allowed information to send at a turn. If you set > lower than Ethernet MTU (1500) it cannot send (theoretically) any > packet. However, it could be changed if required.
If you need lower limits than 7'5 KB/s, you can change the R2Q parameter at /usr/share/perl5/EBox/TrafficShaping/TreeBuilder/HTB.pm at line 37 to: use constant R2Q => 1 Best regards, _______________________________________________ Ebox-user mailing list [email protected] https://lists.warp.es/mailman/listinfo/ebox-user
