summaryrefslogtreecommitdiff
path: root/sys/altq/altq_classq.h
AgeCommit message (Collapse)Author
2011-07-03g/c RIO traces (aka clean up after tedu :))Henning Brauer
2008-04-20Do not use random(), which is supposed to be a scheduler-only API (weTheo de Raadt
should rename it one day). Furthermore, do not do random() % value, but instead solve both problems using arc4random_uniform() Problem spotted by drahn, fix ok'd by djm
2003-01-07Correct several typos in comments. No code changes.Chad Loder
2002-11-26KNFHenning Brauer
2001-06-27import ALTQ, alternate queueing support, from KAME.Kenjiro Cho
ALTQ allows to switch various queueing disciplines on output network interfaces.