diff options
author | John Heffner <jheffner@psc.edu> | 2005-06-23 15:24:58 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-06-23 15:24:58 -0400 |
commit | a628d29b56d3f420bf3ff1d7543a9caf3ce3b994 (patch) | |
tree | 251238b1abe5f8c77922b0953b268c81abd04387 /net/ipv4/Kconfig | |
parent | 8727076289ec55298a05cabddf02b374d13c1624 (diff) |
[TCP]: Add High Speed TCP congestion control module.
Sally Floyd's high speed TCP congestion control.
This is useful for comparison and research.
Signed-off-by: John Heffner <jheffner@psc.edu>
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
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 adbe855d931a..910e25b65756 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig | |||
@@ -467,6 +467,17 @@ config TCP_CONG_WESTWOOD | |||
467 | TCP Westwood+ significantly increases fairness wrt TCP Reno in | 467 | TCP Westwood+ significantly increases fairness wrt TCP Reno in |
468 | wired networks and throughput over wireless links. | 468 | wired networks and throughput over wireless links. |
469 | 469 | ||
470 | config TCP_CONG_HSTCP | ||
471 | tristate "High Speed TCP" | ||
472 | depends on INET && EXPERIMENTAL | ||
473 | default n | ||
474 | ---help--- | ||
475 | Sally Floyd's High Speed TCP (RFC 3649) congestion control. | ||
476 | A modification to TCP's congestion control mechanism for use | ||
477 | with large congestion windows. A table indicates how much to | ||
478 | increase the congestion window by when an ACK is received. | ||
479 | For more detail see http://www.icir.org/floyd/hstcp.html | ||
480 | |||
470 | endmenu | 481 | endmenu |
471 | 482 | ||
472 | source "net/ipv4/ipvs/Kconfig" | 483 | source "net/ipv4/ipvs/Kconfig" |