summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2013-05-16 16:20:17 +0000
committerjulian <julian@FreeBSD.org>2013-05-16 16:20:17 +0000
commit329247aec2da82ea7a5882d9c688a96b68113626 (patch)
tree48f3057d1fe7a3275a632f2f7574c8ec9fbc4ced /sys/conf/NOTES
parent50a31d452c540902dc3440b10fdb5be335608fe8 (diff)
downloadFreeBSD-src-329247aec2da82ea7a5882d9c688a96b68113626.zip
FreeBSD-src-329247aec2da82ea7a5882d9c688a96b68113626.tar.gz
Finally change the mbuf to have its own fib field instead of stealing
4 flag bits. This was supposed to happen in 8.0, and again in 2012.. MFC after: never
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 48dba77..ec41bb6 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -571,7 +571,8 @@ options HWPMC_HOOKS # Other necessary kernel hooks
options INET #Internet communications protocols
options INET6 #IPv6 communications protocols
-options ROUTETABLES=2 # max 16. 1 is back compatible.
+options ROUTETABLES=2 # allocated fibs up to 65536. default is 1.
+ # but that would be a bad idea as they are large.
options TCP_OFFLOAD # TCP offload support.
OpenPOWER on IntegriCloud