man.bsd.lv manual page server

Manual Page Search Parameters

ALTQ(4) Device Drivers Manual ALTQ(4)

ALTQalternate queuing of network packets

options ALTQ


options ALTQ_CBQ
options ALTQ_RED
options ALTQ_RIO
options ALTQ_HFSC
options ALTQ_PRIQ
options ALTQ_FAIRQ
options ALTQ_NOPCC
options ALTQ_DEBUG

The ALTQ framework provides several disciplines for queuing outgoing network packets. This is done by modifications to the interface packet queues. See altq(9) for details.

The user interface for ALTQ is implemented by the pfctl(8) utility, so please refer to the pfctl(8) and the pf.conf(5) manpages for a complete description of the ALTQ capabilities and how to use it.

The following options in the kernel configuration file are related to ALTQ operation:

Enable ALTQ.
Build the “Class Based Queuing” discipline.
Build the “Random Early Detection” extension.
Build “Random Early Drop” for input and output.
Build the “Hierarchical Packet Scheduler” discipline.
Build the “Priority Queuing” discipline.
Build the “Fair Queuing” discipline.
Required if the TSC is unusable.
Enable additional debugging facilities.

Note that ALTQ-disciplines cannot be loaded as kernel modules. In order to use a certain discipline you have to build it into a custom kernel. The pf(4) interface, that is required for the configuration process of ALTQ can be loaded as a module.

pf(4), pf.conf(5), ipfw(8), pfctl(8), altq(9)

April 6, 2008 DragonFly-5.6.1