cvs commit: src/share/man/man9 ifnet.9
Hiten Pandya
hmp at FreeBSD.org
Thu Jun 12 14:33:01 PDT 2003
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
More information about the cvs-src
mailing list