Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jun 2003 14:33:00 -0700 (PDT)
From:      Hiten Pandya <hmp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man9 ifnet.9
Message-ID:  <200306122133.h5CLX0ga065570@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
hmp         2003/06/12 14:33:00 PDT

  FreeBSD src repository (doc committer)

  Modified files:
    share/man/man9       ifnet.9 
  Log:
  Remove paragraph which describes how we might switch our packet queueing
  discipline to Random Early Detection (RED) in the future.  The same para
  incorrectly spelt ``Random Early Detection'' as ``Random Early Drop''.
  
  While I am there, nuke IF_ENQ_DROP from the list of functions.  More
  work will be done on this, since some of the functions like
  if_enq_drop() and if_queue_drop() were replaced with one function
  called if_handoff() that does the job of enqueing the packet and
  updating interface statistics as necessary.
  
  Reviewed by:            wollman
  Approved by:            des (mentor)
  MFC after:              1 day
  
  Revision  Changes    Path
  1.31      +0 -13     src/share/man/man9/ifnet.9



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