Age | Commit message (Collapse) | Author |
|
is full, along with a timer that unsets it again after 10ms.
The input queue beeing full is a reliable indicator for CPU overload, and
this flag allows other subsystems to cope with the situation.
hacked with beck
ok kjc@ markus@ beck@
|
|
ok henning@, deraadt@
|
|
ok kjc@
|
|
|
|
this commit is to allow further development in both userland and kernel.
the goal is to replace altq's classifier by pf(4).
- make pf tag a queue id to mbuf and make altq read the queue id
- merge altq config into pf.conf(5)
ok dhartmei@, henning@
|
|
|
|
|
|
move the function prototype of altq_etherclassify() from
netinet/if_ether.h to altq/if_altq.h.
|
|
ALTQ allows to switch various queueing disciplines on output network
interfaces.
|