aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in_rmx.c
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-12-02 23:10:32 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-12-02 23:10:32 +0000
commit114a506d1aa094154822bbdf6d20457068735daa (patch)
tree7e8916256b9de7df93ab5da770cf66942a818228 /sys/netinet/in_rmx.c
parent06935b59e5de0ee2031cae612c6a6c31e7488a0a (diff)
downloadsrc-114a506d1aa094154822bbdf6d20457068735daa.tar.gz
src-114a506d1aa094154822bbdf6d20457068735daa.zip
Delete old, confusing comment.
Notes
Notes: svn path=/head/; revision=4909
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 763dc45ca47d..8955faff0b38 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.
*/
/*