]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv4/Kconfig
[TCP]: Add TCP Hybla congestion control module.
[linux-2.6-omap-h63xx.git] / net / ipv4 / Kconfig
index 910e25b65756da60c3d7fb0578bfbe89ecb11cea..516ffe84281661153307052a91c189dcc5fc59f7 100644 (file)
@@ -478,6 +478,16 @@ config TCP_CONG_HSTCP
        increase the congestion window by when an ACK is received.
        For more detail see http://www.icir.org/floyd/hstcp.html
 
+config TCP_CONG_HYBLA
+       tristate "TCP-Hybla congestion control algorithm"
+       depends on INET && EXPERIMENTAL
+       default n
+       ---help---
+       TCP-Hybla is a sender-side only change that eliminates penalization of
+       long-RTT, large-bandwidth connections, like when satellite legs are
+       involved, expecially when sharing a common bottleneck with normal
+       terrestrial connections.
+
 endmenu
 
 source "net/ipv4/ipvs/Kconfig"