diff options
Diffstat (limited to 'net/dccp')
-rw-r--r-- | net/dccp/ccids/Kconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/dccp/ccids/Kconfig b/net/dccp/ccids/Kconfig index 422af197171d..ca00191628f7 100644 --- a/net/dccp/ccids/Kconfig +++ b/net/dccp/ccids/Kconfig | |||
@@ -2,8 +2,9 @@ menu "DCCP CCIDs Configuration (EXPERIMENTAL)" | |||
2 | depends on IP_DCCP && EXPERIMENTAL | 2 | depends on IP_DCCP && EXPERIMENTAL |
3 | 3 | ||
4 | config IP_DCCP_CCID2 | 4 | config IP_DCCP_CCID2 |
5 | tristate "CCID2 (TCP) (EXPERIMENTAL)" | 5 | tristate "CCID2 (TCP-Like) (EXPERIMENTAL)" |
6 | depends on IP_DCCP | 6 | depends on IP_DCCP |
7 | def_tristate IP_DCCP | ||
7 | select IP_DCCP_ACKVEC | 8 | select IP_DCCP_ACKVEC |
8 | ---help--- | 9 | ---help--- |
9 | CCID 2, TCP-like Congestion Control, denotes Additive Increase, | 10 | CCID 2, TCP-like Congestion Control, denotes Additive Increase, |
@@ -30,8 +31,9 @@ config IP_DCCP_CCID2 | |||
30 | If in doubt, say M. | 31 | If in doubt, say M. |
31 | 32 | ||
32 | config IP_DCCP_CCID3 | 33 | config IP_DCCP_CCID3 |
33 | tristate "CCID3 (TFRC) (EXPERIMENTAL)" | 34 | tristate "CCID3 (TCP-Friendly) (EXPERIMENTAL)" |
34 | depends on IP_DCCP | 35 | depends on IP_DCCP |
36 | def_tristate IP_DCCP | ||
35 | ---help--- | 37 | ---help--- |
36 | CCID 3 denotes TCP-Friendly Rate Control (TFRC), an equation-based | 38 | CCID 3 denotes TCP-Friendly Rate Control (TFRC), an equation-based |
37 | rate-controlled congestion control mechanism. TFRC is designed to | 39 | rate-controlled congestion control mechanism. TFRC is designed to |