Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jul 1996 13:06:06 -0700 (PDT)
From:      Garrett Wollman <wollman>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/net if.h
Message-ID:  <199607222006.NAA02695@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607222006.NAA02695>