Kconfig (008d23e4852d78bb2618f2035f8b2110b6a6b968) | Kconfig (c7066f70d9610df0b9406cc635fc09e86136e714) |
---|---|
1# 2# IP configuration 3# 4config IP_MULTICAST 5 bool "IP: multicasting" 6 help 7 This is code for addressing several networked computers at once, 8 enlarging your kernel by about 2 KB. You need multicasting if you --- 126 unchanged lines hidden (view full) --- 135 help 136 If you say Y here, which is recommended, then the kernel will print 137 verbose messages regarding the routing, for example warnings about 138 received packets which look strange and could be evidence of an 139 attack or a misconfigured system somewhere. The information is 140 handled by the klogd daemon which is responsible for kernel messages 141 ("man klogd"). 142 | 1# 2# IP configuration 3# 4config IP_MULTICAST 5 bool "IP: multicasting" 6 help 7 This is code for addressing several networked computers at once, 8 enlarging your kernel by about 2 KB. You need multicasting if you --- 126 unchanged lines hidden (view full) --- 135 help 136 If you say Y here, which is recommended, then the kernel will print 137 verbose messages regarding the routing, for example warnings about 138 received packets which look strange and could be evidence of an 139 attack or a misconfigured system somewhere. The information is 140 handled by the klogd daemon which is responsible for kernel messages 141 ("man klogd"). 142 |
143config IP_ROUTE_CLASSID 144 bool 145 |
|
143config IP_PNP 144 bool "IP: kernel level autoconfiguration" 145 help 146 This enables automatic configuration of IP addresses of devices and 147 of the routing table during kernel boot, based on either information 148 supplied on the kernel command line or by BOOTP or RARP protocols. 149 You need to say Y only for diskless machines requiring network 150 access to boot (in which case you want to say Y to "Root file system --- 276 unchanged lines hidden (view full) --- 427 If unsure, say Y. 428 429config INET_DIAG 430 tristate "INET: socket monitoring interface" 431 default y 432 ---help--- 433 Support for INET (TCP, DCCP, etc) socket monitoring interface used by 434 native Linux tools such as ss. ss is included in iproute2, currently | 146config IP_PNP 147 bool "IP: kernel level autoconfiguration" 148 help 149 This enables automatic configuration of IP addresses of devices and 150 of the routing table during kernel boot, based on either information 151 supplied on the kernel command line or by BOOTP or RARP protocols. 152 You need to say Y only for diskless machines requiring network 153 access to boot (in which case you want to say Y to "Root file system --- 276 unchanged lines hidden (view full) --- 430 If unsure, say Y. 431 432config INET_DIAG 433 tristate "INET: socket monitoring interface" 434 default y 435 ---help--- 436 Support for INET (TCP, DCCP, etc) socket monitoring interface used by 437 native Linux tools such as ss. ss is included in iproute2, currently |
435 downloadable at: 436 437 http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 | 438 downloadable at <http://linux-net.osdl.org/index.php/Iproute2>. |
438 439 If unsure, say Y. 440 441config INET_TCP_DIAG 442 depends on INET_DIAG 443 def_tristate INET_DIAG 444 445menuconfig TCP_CONG_ADVANCED --- 206 unchanged lines hidden (view full) --- 652 select CRYPTO 653 select CRYPTO_MD5 654 ---help--- 655 RFC2385 specifies a method of giving MD5 protection to TCP sessions. 656 Its main (only?) use is to protect BGP sessions between core routers 657 on the Internet. 658 659 If unsure, say N. | 439 440 If unsure, say Y. 441 442config INET_TCP_DIAG 443 depends on INET_DIAG 444 def_tristate INET_DIAG 445 446menuconfig TCP_CONG_ADVANCED --- 206 unchanged lines hidden (view full) --- 653 select CRYPTO 654 select CRYPTO_MD5 655 ---help--- 656 RFC2385 specifies a method of giving MD5 protection to TCP sessions. 657 Its main (only?) use is to protect BGP sessions between core routers 658 on the Internet. 659 660 If unsure, say N. |
660 | |