aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiten Pandya <hmp@FreeBSD.org>2003-06-12 21:33:00 +0000
committerHiten Pandya <hmp@FreeBSD.org>2003-06-12 21:33:00 +0000
commit97a30ee292df6f08e37bf46a409aeb00d90faa41 (patch)
treed0af97ad42680e4eaa4e12fa20d957b9f86997b6
parent7652131bee86a4f9b1d6a4a4a383f214fcbeec64 (diff)
Notes
-rw-r--r--share/man/man9/ifnet.913
1 files changed, 0 insertions, 13 deletions
diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9
index fe11f170c1634..e05ead432be22 100644
--- a/share/man/man9/ifnet.9
+++ b/share/man/man9/ifnet.9
@@ -81,7 +81,6 @@
.Ft "struct ifmultiaddr *"
.Fn ifmaof_ifpforaddr "struct sockaddr *addr" "struct ifnet *ifp"
.Ss "Output queue macros"
-.Fn IF_ENQ_DROP "struct ifqueue *ifq" "struct mbuf *m"
.Fn IF_DEQUEUE "struct ifqueue *ifq" "struct mbuf *m"
.\"
.Ss "struct ifnet Member Functions"
@@ -207,18 +206,6 @@ Interfaces are also associated with an output queue, defined as a
.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