Commit 057fc675 authored by Arnaldo Carvalho de Melo's avatar Arnaldo Carvalho de Melo Committed by David S. Miller

[DCCP]: Kconfig tidy up

Make CCID2 and CCID3 default to what was selected for DCCP and use the
standard short description for the CCIDs (TCP-Like & TCP-Friendly).
Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 93ce2092
...@@ -2,8 +2,9 @@ menu "DCCP CCIDs Configuration (EXPERIMENTAL)" ...@@ -2,8 +2,9 @@ menu "DCCP CCIDs Configuration (EXPERIMENTAL)"
depends on IP_DCCP && EXPERIMENTAL depends on IP_DCCP && EXPERIMENTAL
config IP_DCCP_CCID2 config IP_DCCP_CCID2
tristate "CCID2 (TCP) (EXPERIMENTAL)" tristate "CCID2 (TCP-Like) (EXPERIMENTAL)"
depends on IP_DCCP depends on IP_DCCP
def_tristate IP_DCCP
select IP_DCCP_ACKVEC select IP_DCCP_ACKVEC
---help--- ---help---
CCID 2, TCP-like Congestion Control, denotes Additive Increase, CCID 2, TCP-like Congestion Control, denotes Additive Increase,
...@@ -30,8 +31,9 @@ config IP_DCCP_CCID2 ...@@ -30,8 +31,9 @@ config IP_DCCP_CCID2
If in doubt, say M. If in doubt, say M.
config IP_DCCP_CCID3 config IP_DCCP_CCID3
tristate "CCID3 (TFRC) (EXPERIMENTAL)" tristate "CCID3 (TCP-Friendly) (EXPERIMENTAL)"
depends on IP_DCCP depends on IP_DCCP
def_tristate IP_DCCP
---help--- ---help---
CCID 3 denotes TCP-Friendly Rate Control (TFRC), an equation-based CCID 3 denotes TCP-Friendly Rate Control (TFRC), an equation-based
rate-controlled congestion control mechanism. TFRC is designed to rate-controlled congestion control mechanism. TFRC is designed to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment