关于内核的优化[6.X]
今天看原来收集的一些教程时发现牛人的建议:
关于网络方面的
options AUTO_EOI_1
options FAST_IPSEC
options IPFILTER
options TCP_DROP_SYNFIN
options ZERO_COPY_SOCKETS
options IPFIREWALL_VERBOSE
options IPFIREWALL_VERBOSE_LIMIT=100
options PANIC_REBOOT_WAIT_TIME=0
options NMBCLUSTERS=65536
makeoptions CONF_CFLAGS=-fno-builtin
options MAXDSIZ=(1024*1024*1024)
options MAXSSIZ=(1024*1024*1024)
options DFLDSIZ=(1024*1024*1024)
options UFS_EXTATTR
options UFS_EXTATTR_AUTOSTART
options GEOM_AES
options GEOM_APPLE
options GEOM_BDE
options GEOM_BSD
options GEOM_GPT
options GEOM_MBR
options GEOM_PC98
options GEOM_SUNLABEL
我想问下现在6.X在定制内核的时候这些选项还会有效果么?