Fwd: MAXSAVEDBLOCKS in netinet/tcp_sack.c

Joerg Sonnenberger joerg at britannica.bec.de
Sat Jul 9 13:48:16 PDT 2005


On Sat, Jul 09, 2005 at 04:52:26PM +0200, Dunceor . wrote:
> >It's not PF, but ALTQ. ALTQ certainly support RED, it's very easy to setup.
> >PF is only used as interface for the queue setup and the tagging to decide
> >which queue discipline to use.
> >
> >Joerg
> 
> Just a note, since OpenBSD 3.3 ALTQ is intigrated into ALTQ so I guess
> all later copies of PF on Free/DF should have ALTQ initgrated also.
> I think it supports RED also.
> Read more here: http://www.openbsd.org/faq/pf/queueing.html

They are different things. Basically PF does two things for ALTQ:
(a) It provides the interface to create queues.
(b) It provides the interface to tag packets for specific queues.

That's all the interaction between PF and ALTQ. In the research
implementation of ALTQ, it was possible to do the matching
directly in ALTQ too, but I didn't include that code because it is
very messy and clearly doesn't belong there.

Joerg





More information about the Kernel mailing list