x86/asm: Force inlining of cpu_relax()
[deliverable/linux.git] / net / dccp / ccids / Kconfig
CommitLineData
95148a0f 1menu "DCCP CCIDs Configuration"
7c657876 2
8d424f6c 3config IP_DCCP_CCID2_DEBUG
ddebc973
GR
4 bool "CCID-2 debugging messages"
5 ---help---
6 Enable CCID-2 specific debugging messages.
84116716 7
ddebc973
GR
8 The debugging output can additionally be toggled by setting the
9 ccid2_debug parameter to 0 or 1.
8d424f6c 10
ddebc973 11 If in doubt, say N.
8d424f6c 12
7c657876 13config IP_DCCP_CCID3
95148a0f 14 bool "CCID-3 (TCP-Friendly)"
ddebc973 15 def_bool y if (IP_DCCP = y || IP_DCCP = m)
7c657876 16 ---help---
ddebc973 17 CCID-3 denotes TCP-Friendly Rate Control (TFRC), an equation-based
7c657876
ACM
18 rate-controlled congestion control mechanism. TFRC is designed to
19 be reasonably fair when competing for bandwidth with TCP-like flows,
20 where a flow is "reasonably fair" if its sending rate is generally
21 within a factor of two of the sending rate of a TCP flow under the
22 same conditions. However, TFRC has a much lower variation of
ddebc973
GR
23 throughput over time compared with TCP, which makes CCID-3 more
24 suitable than CCID-2 for applications such streaming media where a
7c657876
ACM
25 relatively smooth sending rate is of importance.
26
ddebc973 27 CCID-3 is further described in RFC 4342,
0e64e94e 28 http://www.ietf.org/rfc/rfc4342.txt
2a91aa39
AB
29
30 The TFRC congestion control algorithms were initially described in
4dbc242e 31 RFC 5348.
7c657876 32
0e64e94e
GR
33 This text was extracted from RFC 4340 (sec. 10.2),
34 http://www.ietf.org/rfc/rfc4340.txt
84116716 35
ddebc973 36 If in doubt, say N.
7c657876 37
56724aa4 38config IP_DCCP_CCID3_DEBUG
ddebc973
GR
39 bool "CCID-3 debugging messages"
40 depends on IP_DCCP_CCID3
41 ---help---
42 Enable CCID-3 specific debugging messages.
56724aa4 43
ddebc973
GR
44 The debugging output can additionally be toggled by setting the
45 ccid3_debug parameter to 0 or 1.
56724aa4 46
ddebc973 47 If in doubt, say N.
8a508ac2 48
c40616c5 49config IP_DCCP_TFRC_LIB
129fa447 50 def_bool y if IP_DCCP_CCID3
c40616c5
GR
51
52config IP_DCCP_TFRC_DEBUG
129fa447 53 def_bool y if IP_DCCP_CCID3_DEBUG
7c657876 54endmenu
This page took 0.692472 seconds and 5 git commands to generate.