Index: ifnet.9 =================================================================== RCS file: /home/ncvs/src/share/man/man9/ifnet.9,v retrieving revision 1.30 diff -u -r1.30 ifnet.9 --- ifnet.9 1 May 2003 18:34:13 -0000 1.30 +++ ifnet.9 9 Jun 2003 20:52:06 -0000 @@ -207,18 +207,6 @@ .Vt "struct ifqueue" ; this structure is used to hold packets while the interface is in the process of sending another. -The current implementation implements a -drop-tail queuing discipline, but in the future a Random Early Drop -discipline is expected to be used. -For this reason, kernel code -should not depend on the internals of the queue structure; in -particular, only the -.Fn IF_ENQ_DROP -and -.Fn IF_DEQUEUE -macros will be supported in future implementations. -.\" The old structure will probably be retained for compatibility -.\" under a different name. .Pp .Ss The Vt ifnet Ss structure The fields of