diff options
Diffstat (limited to 'net/ipv4/Kconfig')
-rw-r--r-- | net/ipv4/Kconfig | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 9e8ef509c51d..e62aee0ec4c5 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig | |||
@@ -574,6 +574,33 @@ config TCP_CONG_VENO | |||
574 | loss packets. | 574 | loss packets. |
575 | See http://www.ntu.edu.sg/home5/ZHOU0022/papers/CPFu03a.pdf | 575 | See http://www.ntu.edu.sg/home5/ZHOU0022/papers/CPFu03a.pdf |
576 | 576 | ||
577 | config TCP_CONG_YEAH | ||
578 | tristate "YeAH TCP" | ||
579 | depends on EXPERIMENTAL | ||
580 | default n | ||
581 | ---help--- | ||
582 | YeAH-TCP is a sender-side high-speed enabled TCP congestion control | ||
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 | |||
591 | config 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 | |||
577 | choice | 604 | choice |
578 | prompt "Default TCP congestion control" | 605 | prompt "Default TCP congestion control" |
579 | default DEFAULT_CUBIC | 606 | default DEFAULT_CUBIC |