From 19190e1ab3cd67118773cd26c9511e04406db0d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=C3=A7i?= Date: Wed, 16 Jul 2008 22:57:22 +0000 Subject: Improve it even for queues. --- etc/inc/shaper.inc | 60 +++++++++++++++++++++++++++++++----------------------- 1 file changed, 35 insertions(+), 25 deletions(-) (limited to 'etc') diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc index 2f1391f..22ee4bc 100644 --- a/etc/inc/shaper.inc +++ b/etc/inc/shaper.inc @@ -2912,31 +2912,6 @@ class dnqueue_class extends dummynet_class { $form .= "GetQname()."\">"; $form .= ""; - $form .= "Weight"; - $form .= ""; - $form .= "GetWeight() . "\">"; - $form .= " ms
Hint: For queues under the same parent"; - $form .= "this specifies the share that a queue gets(values range from 1 to 100, you can leave it blank otherwise)"; - $form .= ""; - $form .= "Packet loss rate"; - $form .= ""; - $form .= "GetPlr() . "\">"; - $form .= " ms
Hint: in most cases, you"; - $form .= "should specify 0 here (or leave the field empty)."; - $form .= "A value of 0.001 means one packet in 1000 gets dropped"; - $form .= ""; - $form .= "Queue Size"; - $form .= ""; - $form .= "GetQlimit() . "\">"; - $form .= " slots
"; - $form .= "Hint: in most cases, you "; - $form .= "should leave the field empty. All packets in this pipe are placed into a fixed-size queue first,"; - $form .= "then they are delayed by value specified in the Delay field, and then they "; - $form .= "are delivered to their destination."; - $form .= ""; $form .= "Mask"; $form .= ""; $form .= " - Show source port range"; + $form .= ""; + $form .= ""; + $form .= "Weight"; + $form .= ""; + $form .= "GetWeight() . "\">"; + $form .= " ms
Hint: For queues under the same parent"; + $form .= "this specifies the share that a queue gets(values range from 1 to 100, you can leave it blank otherwise)"; + $form .= ""; + $form .= ""; + $form .= "Packet loss rate"; + $form .= ""; + $form .= "GetPlr() . "\">"; + $form .= " ms
Hint: in most cases, you"; + $form .= "should specify 0 here (or leave the field empty)."; + $form .= "A value of 0.001 means one packet in 1000 gets dropped"; + $form .= ""; + $form .= ""; + $form .= "Queue Size"; + $form .= ""; + $form .= "GetQlimit() . "\">"; + $form .= " slots
"; + $form .= "Hint: in most cases, you "; + $form .= "should leave the field empty. All packets in this pipe are placed into a fixed-size queue first,"; + $form .= "then they are delayed by value specified in the Delay field, and then they "; + $form .= "are delivered to their destination."; + $form .= ""; + $form .= "GetPipe() . "\">"; -- cgit v1.1