aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/Kconfig')
-rw-r--r--net/ipv4/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 910e25b65756..516ffe842816 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -478,6 +478,16 @@ config TCP_CONG_HSTCP
478 increase the congestion window by when an ACK is received. 478 increase the congestion window by when an ACK is received.
479 For more detail see http://www.icir.org/floyd/hstcp.html 479 For more detail see http://www.icir.org/floyd/hstcp.html
480 480
481config TCP_CONG_HYBLA
482 tristate "TCP-Hybla congestion control algorithm"
483 depends on INET && EXPERIMENTAL
484 default n
485 ---help---
486 TCP-Hybla is a sender-side only change that eliminates penalization of
487 long-RTT, large-bandwidth connections, like when satellite legs are
488 involved, expecially when sharing a common bottleneck with normal
489 terrestrial connections.
490
481endmenu 491endmenu
482 492
483source "net/ipv4/ipvs/Kconfig" 493source "net/ipv4/ipvs/Kconfig"