OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Henning Brauer (henningcvs.openbsd.org)
Date: Fri Dec 03 2004 - 11:31:04 CST


CVSROOT: /cvs
Module name: src
Changes by: henningcvs.openbsd.org 2004/12/03 10:31:03

Modified files:
        sys/net : if.c if.h

Log message:
do not use one struct timeout for the if congestion stuff, but embed
a struct timeout to struct ifqueue so that each one has its own - it
is a per-queue thing. from chris pascoe