aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2013-05-16 16:20:17 +0000
committerJulian Elischer <julian@FreeBSD.org>2013-05-16 16:20:17 +0000
commit4871fc4ab5eeecfd8529b19c2bcb6c180cd925c6 (patch)
tree48f3057d1fe7a3275a632f2f7574c8ec9fbc4ced /sys/conf
parent3ddfb24d3a17274bb13aa1688eca54fbe2c8aa0f (diff)
downloadsrc-4871fc4ab5eeecfd8529b19c2bcb6c180cd925c6.tar.gz
src-4871fc4ab5eeecfd8529b19c2bcb6c180cd925c6.zip
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
Notes
Notes: svn path=/head/; revision=250700
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 48dba7746016..ec41bb67c548 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.