All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Missing parameter descriptions
@ 2003-10-19 14:46 Marko Buuri
  2003-10-20  0:43 ` Damion de Soto
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Marko Buuri @ 2003-10-19 14:46 UTC (permalink / raw)
  To: lartc

I've been looking for descriptions of qdisc parameter "estimator" and u32 
parameter "police" (defined by POLICE_SPEC), but in vain. I hope someone on 
this list can explain these.

Thank you!

Marko Buuri
marko at buuri dot name
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LARTC] Missing parameter descriptions
  2003-10-19 14:46 [LARTC] Missing parameter descriptions Marko Buuri
@ 2003-10-20  0:43 ` Damion de Soto
  2003-10-20  7:53 ` Marko Buuri
  2003-10-21 12:56 ` Marko Buuri
  2 siblings, 0 replies; 4+ messages in thread
From: Damion de Soto @ 2003-10-20  0:43 UTC (permalink / raw)
  To: lartc

Marko Buuri wrote:
> I've been looking for descriptions of qdisc parameter "estimator" and u32 
> parameter "police" (defined by POLICE_SPEC), but in vain. I hope someone on 
> this list can explain these.
Have you seen :
http://lartc.org/howto/lartc.adv-filter.policing.html
with examples for 'police'
http://lartc.org/howto/lartc.cookbook.synflood-protect.html
and
http://lartc.org/howto/lartc.cookbook.ultimate-tc.html

I'm not sure where examples are of 'estimator' usage.


-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Damion de Soto - Software Engineer  email:     damion@snapgear.com
SnapGear ---                           ph:         +61 7 3435 2809
  | Custom Embedded Solutions          fax:         +61 7 3891 3630
  | and Security Appliances            web: http://www.snapgear.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ---  Free Embedded Linux Distro at   http://www.snapgear.org  ---

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [LARTC] Missing parameter descriptions
  2003-10-19 14:46 [LARTC] Missing parameter descriptions Marko Buuri
  2003-10-20  0:43 ` Damion de Soto
@ 2003-10-20  7:53 ` Marko Buuri
  2003-10-21 12:56 ` Marko Buuri
  2 siblings, 0 replies; 4+ messages in thread
From: Marko Buuri @ 2003-10-20  7:53 UTC (permalink / raw)
  To: lartc

>Damion de Soto wrote:
>Marko Buuri wrote:
>> I've been looking for descriptions of qdisc parameter 
>"estimator" and u32 
>> parameter "police" (defined by POLICE_SPEC), but in vain. I 
>hope someone on 
>> this list can explain these.
>Have you seen :
>http://lartc.org/howto/lartc.adv-filter.policing.html
>with examples for 'police'
>http://lartc.org/howto/lartc.cookbook.synflood-protect.html
>and
>http://lartc.org/howto/lartc.cookbook.ultimate-tc.html

Thank you for replying!

I find that POLICE_SPEC (term from tc command syntax, not found in the
HOWTO) isn't very well or perhaps clearly documented. I figure the first
page you sent is trying to say is that the syntax is more or less:

POLICE_SPEC = police [buffer [buffer] | maxburst [maxburst]] [mtu [mtu]
| minburst [minburst]] [mpu [mpu]] [rate [rate]] (continue | drop | pass
| reclassify)

However, the examples you sent are using parameter "burst" not listed
above. A novice as myself can find learning Linux traffic control a bit
confusing with this kind of discrepancies between the HOWTO, the command
syntax and the man pages.

>I'm not sure where examples are of 'estimator' usage.

If someone else here knows, please do tell.


Marko

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LARTC] Missing parameter descriptions
  2003-10-19 14:46 [LARTC] Missing parameter descriptions Marko Buuri
  2003-10-20  0:43 ` Damion de Soto
  2003-10-20  7:53 ` Marko Buuri
@ 2003-10-21 12:56 ` Marko Buuri
  2 siblings, 0 replies; 4+ messages in thread
From: Marko Buuri @ 2003-10-21 12:56 UTC (permalink / raw)
  To: lartc

>Damion de Soto wrote:
>Marko Buuri wrote:
>> I've been looking for descriptions of qdisc parameter 
>"estimator" and u32 
>> parameter "police" (defined by POLICE_SPEC), but in vain. I 
>hope someone on 
>> this list can explain these.
>Have you seen :
>http://lartc.org/howto/lartc.adv-filter.policing.html
>with examples for 'police'
>http://lartc.org/howto/lartc.cookbook.synflood-protect.html
>and
>http://lartc.org/howto/lartc.cookbook.ultimate-tc.html

Thank you for replying!

I find that POLICE_SPEC (term from tc command syntax, not found in the 
HOWTO) isn't very well or perhaps clearly documented. I figure the first 
page you sent is trying to say is that the syntax is more or less:

POLICE_SPEC = police [buffer [buffer] | maxburst [maxburst]] [mtu [mtu] | 
minburst [minburst]] [mpu [mpu]] [rate [rate]] (continue | drop | pass | 
reclassify)

However, the examples you sent are using parameter "burst" not listed above. 
A novice as myself can find learning Linux traffic control a bit confusing 
with this kind of discrepancies between the HOWTO, the command syntax and 
the man pages.

>I'm not sure where examples are of 'estimator' usage.

If someone else here knows, please do tell.


Marko
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-10-21 12:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-19 14:46 [LARTC] Missing parameter descriptions Marko Buuri
2003-10-20  0:43 ` Damion de Soto
2003-10-20  7:53 ` Marko Buuri
2003-10-21 12:56 ` Marko Buuri

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.