Kconfig (5ef814753eb810d900fbd77af7c87f6d04f0e551) Kconfig (c462238d6a6d8ee855bda10f9fff442971540ed2)
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

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

583 algorithm, which uses a mixed loss/delay approach to compute the
584 congestion window. It's design goals target high efficiency,
585 internal, RTT and Reno fairness, resilience to link loss while
586 keeping network elements load as low as possible.
587
588 For further details look here:
589 http://wil.cs.caltech.edu/pfldnet2007/paper/YeAH_TCP.pdf
590
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

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

583 algorithm, which uses a mixed loss/delay approach to compute the
584 congestion window. It's design goals target high efficiency,
585 internal, RTT and Reno fairness, resilience to link loss while
586 keeping network elements load as low as possible.
587
588 For further details look here:
589 http://wil.cs.caltech.edu/pfldnet2007/paper/YeAH_TCP.pdf
590
591config TCP_CONG_ILLINOIS
592 tristate "TCP Illinois"
593 depends on EXPERIMENTAL
594 default n
595 ---help---
596 TCP-Illinois is a sender-side modificatio of TCP Reno for
597 high speed long delay links. It uses round-trip-time to
598 adjust the alpha and beta parameters to achieve a higher average
599 throughput and maintain fairness.
600
601 For further details see:
602 http://www.ews.uiuc.edu/~shaoliu/tcpillinois/index.html
603
591choice
592 prompt "Default TCP congestion control"
593 default DEFAULT_CUBIC
594 help
595 Select the TCP congestion control that will be used by default
596 for all connections.
597
598 config DEFAULT_BIC

--- 50 unchanged lines hidden ---
604choice
605 prompt "Default TCP congestion control"
606 default DEFAULT_CUBIC
607 help
608 Select the TCP congestion control that will be used by default
609 for all connections.
610
611 config DEFAULT_BIC

--- 50 unchanged lines hidden ---