diff options
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | 2009-01-05 00:45:33 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-05 00:45:33 -0500 |
commit | 129fa44785a399248ae2466b6cb5c655e96668f7 (patch) | |
tree | c2440b83e752c6cf3e6ec6f60492b85ddb8932a9 /net/dccp/ccids/Kconfig | |
parent | e5fd56ca4eb3a130882bbef69d6952ef6aca5c8d (diff) |
dccp: Integrate the TFRC library with DCCP
This patch integrates the TFRC library, which is a dependency of CCID-3 (and
CCID-4), with the new use of CCIDs in the DCCP module.
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/ccids/Kconfig')
-rw-r--r-- | net/dccp/ccids/Kconfig | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net/dccp/ccids/Kconfig b/net/dccp/ccids/Kconfig index b30f049cf1d3..b28bf962edc3 100644 --- a/net/dccp/ccids/Kconfig +++ b/net/dccp/ccids/Kconfig | |||
@@ -14,7 +14,6 @@ config IP_DCCP_CCID2_DEBUG | |||
14 | config IP_DCCP_CCID3 | 14 | config IP_DCCP_CCID3 |
15 | bool "CCID-3 (TCP-Friendly) (EXPERIMENTAL)" | 15 | bool "CCID-3 (TCP-Friendly) (EXPERIMENTAL)" |
16 | def_bool y if (IP_DCCP = y || IP_DCCP = m) | 16 | def_bool y if (IP_DCCP = y || IP_DCCP = m) |
17 | select IP_DCCP_TFRC_LIB | ||
18 | ---help--- | 17 | ---help--- |
19 | CCID-3 denotes TCP-Friendly Rate Control (TFRC), an equation-based | 18 | CCID-3 denotes TCP-Friendly Rate Control (TFRC), an equation-based |
20 | rate-controlled congestion control mechanism. TFRC is designed to | 19 | rate-controlled congestion control mechanism. TFRC is designed to |
@@ -80,12 +79,8 @@ config IP_DCCP_CCID3_RTO | |||
80 | therefore not be performed on WANs. | 79 | therefore not be performed on WANs. |
81 | 80 | ||
82 | config IP_DCCP_TFRC_LIB | 81 | config IP_DCCP_TFRC_LIB |
83 | tristate | 82 | def_bool y if IP_DCCP_CCID3 |
84 | default n | ||
85 | 83 | ||
86 | config IP_DCCP_TFRC_DEBUG | 84 | config IP_DCCP_TFRC_DEBUG |
87 | bool | 85 | def_bool y if IP_DCCP_CCID3_DEBUG |
88 | depends on IP_DCCP_TFRC_LIB | ||
89 | default y if IP_DCCP_CCID3_DEBUG | ||
90 | |||
91 | endmenu | 86 | endmenu |