diff options
Diffstat (limited to 'net/ipv4/Kconfig')
-rw-r--r-- | net/ipv4/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 516ffe842816..6c105b60cc00 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig | |||
@@ -488,6 +488,17 @@ config TCP_CONG_HYBLA | |||
488 | involved, expecially when sharing a common bottleneck with normal | 488 | involved, expecially when sharing a common bottleneck with normal |
489 | terrestrial connections. | 489 | terrestrial connections. |
490 | 490 | ||
491 | config TCP_CONG_VEGAS | ||
492 | tristate "TCP Vegas" | ||
493 | depends on INET && EXPERIMENTAL | ||
494 | default n | ||
495 | ---help--- | ||
496 | TCP Vegas is a sender-side only change to TCP that anticipates | ||
497 | the onset of congestion by estimating the bandwidth. TCP Vegas | ||
498 | adjusts the sending rate by modifying the congestion | ||
499 | window. TCP Vegas should provide less packet loss, but it is | ||
500 | not as aggressive as TCP Reno. | ||
501 | |||
491 | endmenu | 502 | endmenu |
492 | 503 | ||
493 | source "net/ipv4/ipvs/Kconfig" | 504 | source "net/ipv4/ipvs/Kconfig" |