commit | a6484045fdd4154f8c8ee8c1dda4e32854c047e0 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri Jun 24 18:07:51 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 24 18:07:51 2005 -0700 |
tree | 0193c459be988a1c151cf7340a27f893adbf8e70 | |
parent | bb298ca3ce92574d57c4e49b329421425ea7d279 [diff] |
[TCP]: Do not present confusing congestion control options by default. Create TCP_CONG_ADVANCED option, akin to IP_ADVANCED_ROUTER, which when disabled will bypass all of the congestion control Kconfig options and leave the user with a safe default. That safe default is currently BIC-TCP with new Reno as a fallback. Signed-off-by: David S. Miller <davem@davemloft.net>