From owner-cvs-sys Mon Jul 22 13:06:47 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA02743 for cvs-sys-outgoing; Mon, 22 Jul 1996 13:06:47 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA02695; Mon, 22 Jul 1996 13:06:06 -0700 (PDT) Date: Mon, 22 Jul 1996 13:06:06 -0700 (PDT) From: Garrett Wollman Message-Id: <199607222006.NAA02695@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/net if.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/07/22 13:06:05 Modified: sys/net if.h Log: Add a new, better mechanism for sticking packets onto ifqueues. The old system had the misfeature that the only policy it could implement was tail-drop; the new IF_ENQ_DROP macro/function makes it possible to implement more sophisticated queueing policies on a system-wide basis. No code actually uses this yet (although on my machine I have converted the ethernet and (polled) loopback to use it). Revision Changes Path 1.30 +30 -1 src/sys/net/if.h