summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_rmx.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-12-02 23:10:32 +0000
committerwollman <wollman@FreeBSD.org>1994-12-02 23:10:32 +0000
commit7677602dc291e88bfc1430cdcfc8fcd363bf8b21 (patch)
tree7e8916256b9de7df93ab5da770cf66942a818228 /sys/netinet/in_rmx.c
parent845a3c7267ee7d32e5682cdcde5f403dbcd7956b (diff)
downloadFreeBSD-src-7677602dc291e88bfc1430cdcfc8fcd363bf8b21.zip
FreeBSD-src-7677602dc291e88bfc1430cdcfc8fcd363bf8b21.tar.gz
Delete old, confusing comment.
Diffstat (limited to 'sys/netinet/in_rmx.c')
-rw-r--r--sys/netinet/in_rmx.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/netinet/in_rmx.c b/sys/netinet/in_rmx.c
index 763dc45..8955faf 100644
--- a/sys/netinet/in_rmx.c
+++ b/sys/netinet/in_rmx.c
@@ -4,7 +4,7 @@
* You may copy this file verbatim until I find the official
* Institute boilerplate.
*
- * $Id: in_rmx.c,v 1.2 1994/11/03 01:05:34 wollman Exp $
+ * $Id: in_rmx.c,v 1.4 1994/12/02 03:32:24 wollman Exp $
*/
/*
@@ -18,14 +18,6 @@
* to be deleted in some random collection of circumstances, so that
* a large quantity of stale routing data is not kept in kernel memory
* indefinitely. See in_rtqtimo() below for the exact mechanism.
- *
- * At least initially, we think that this should have lower overhead than
- * using the existing `expire' mechanism and walking the radix tree
- * periodically, deleting things as we go. That method would be relatively
- * easy to implement within the framework used here, and in the future
- * we made code both ways, so that folks with large routing tables can use
- * the external queue, and the majority with small routing tables can do
- * the tree-walk.
*/
/*
OpenPOWER on IntegriCloud