Kconfig (47dcf0cb1005e86d0eea780f2984b2e7490f63cd) Kconfig (cfb6eeb4c860592edd123fdea908d23c6ad1c7dc)
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

--- 604 unchanged lines hidden (view full) ---

613 default "bic" if DEFAULT_BIC
614 default "cubic" if DEFAULT_CUBIC
615 default "htcp" if DEFAULT_HTCP
616 default "vegas" if DEFAULT_VEGAS
617 default "westwood" if DEFAULT_WESTWOOD
618 default "reno" if DEFAULT_RENO
619 default "cubic"
620
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

--- 604 unchanged lines hidden (view full) ---

613 default "bic" if DEFAULT_BIC
614 default "cubic" if DEFAULT_CUBIC
615 default "htcp" if DEFAULT_HTCP
616 default "vegas" if DEFAULT_VEGAS
617 default "westwood" if DEFAULT_WESTWOOD
618 default "reno" if DEFAULT_RENO
619 default "cubic"
620
621config TCP_MD5SIG
622 bool "TCP: MD5 Signature Option support (RFC2385) (EXPERIMENTAL)"
623 depends on EXPERIMENTAL
624 select CRYPTO
625 select CRYPTO_MD5
626 ---help---
627 RFC2385 specifices a method of giving MD5 protection to TCP sessions.
628 Its main (only?) use is to protect BGP sessions between core routers
629 on the Internet.
630
631 If unsure, say N.
632
633config TCP_MD5SIG_DEBUG
634 bool "TCP: MD5 Signature Option debugging"
635 depends on TCP_MD5SIG
636
621source "net/ipv4/ipvs/Kconfig"
622
637source "net/ipv4/ipvs/Kconfig"
638