2005-08-10 03:14:34 +00:00
|
|
|
menu "DCCP CCIDs Configuration (EXPERIMENTAL)"
|
2007-11-21 12:11:52 +00:00
|
|
|
depends on EXPERIMENTAL
|
2005-08-10 03:14:34 +00:00
|
|
|
|
2006-09-19 20:12:44 +00:00
|
|
|
config IP_DCCP_CCID2_DEBUG
|
2009-01-05 05:42:53 +00:00
|
|
|
bool "CCID-2 debugging messages"
|
|
|
|
---help---
|
|
|
|
Enable CCID-2 specific debugging messages.
|
2006-11-20 20:26:03 +00:00
|
|
|
|
2009-01-05 05:42:53 +00:00
|
|
|
The debugging output can additionally be toggled by setting the
|
|
|
|
ccid2_debug parameter to 0 or 1.
|
2006-09-19 20:12:44 +00:00
|
|
|
|
2009-01-05 05:42:53 +00:00
|
|
|
If in doubt, say N.
|
2006-09-19 20:12:44 +00:00
|
|
|
|
2005-08-10 03:14:34 +00:00
|
|
|
config IP_DCCP_CCID3
|
2009-01-05 05:42:53 +00:00
|
|
|
bool "CCID-3 (TCP-Friendly) (EXPERIMENTAL)"
|
|
|
|
def_bool y if (IP_DCCP = y || IP_DCCP = m)
|
2005-08-10 03:14:34 +00:00
|
|
|
---help---
|
2009-01-05 05:42:53 +00:00
|
|
|
CCID-3 denotes TCP-Friendly Rate Control (TFRC), an equation-based
|
2005-08-10 03:14:34 +00:00
|
|
|
rate-controlled congestion control mechanism. TFRC is designed to
|
|
|
|
be reasonably fair when competing for bandwidth with TCP-like flows,
|
|
|
|
where a flow is "reasonably fair" if its sending rate is generally
|
|
|
|
within a factor of two of the sending rate of a TCP flow under the
|
|
|
|
same conditions. However, TFRC has a much lower variation of
|
2009-01-05 05:42:53 +00:00
|
|
|
throughput over time compared with TCP, which makes CCID-3 more
|
|
|
|
suitable than CCID-2 for applications such streaming media where a
|
2005-08-10 03:14:34 +00:00
|
|
|
relatively smooth sending rate is of importance.
|
|
|
|
|
2009-01-05 05:42:53 +00:00
|
|
|
CCID-3 is further described in RFC 4342,
|
2006-10-24 23:17:51 +00:00
|
|
|
http://www.ietf.org/rfc/rfc4342.txt
|
2006-03-21 01:41:47 +00:00
|
|
|
|
|
|
|
The TFRC congestion control algorithms were initially described in
|
2009-01-11 08:17:22 +00:00
|
|
|
RFC 5348.
|
2005-08-10 03:14:34 +00:00
|
|
|
|
2006-10-24 23:17:51 +00:00
|
|
|
This text was extracted from RFC 4340 (sec. 10.2),
|
|
|
|
http://www.ietf.org/rfc/rfc4340.txt
|
2006-11-20 20:26:03 +00:00
|
|
|
|
2009-01-05 05:42:53 +00:00
|
|
|
If in doubt, say N.
|
2005-08-10 03:14:34 +00:00
|
|
|
|
2006-11-20 20:28:09 +00:00
|
|
|
config IP_DCCP_CCID3_DEBUG
|
2009-01-05 05:42:53 +00:00
|
|
|
bool "CCID-3 debugging messages"
|
|
|
|
depends on IP_DCCP_CCID3
|
|
|
|
---help---
|
|
|
|
Enable CCID-3 specific debugging messages.
|
2006-11-20 20:28:09 +00:00
|
|
|
|
2009-01-05 05:42:53 +00:00
|
|
|
The debugging output can additionally be toggled by setting the
|
|
|
|
ccid3_debug parameter to 0 or 1.
|
2006-11-20 20:28:09 +00:00
|
|
|
|
2009-01-05 05:42:53 +00:00
|
|
|
If in doubt, say N.
|
2006-12-03 16:50:23 +00:00
|
|
|
|
2007-12-06 14:26:38 +00:00
|
|
|
config IP_DCCP_TFRC_LIB
|
2009-01-05 05:45:33 +00:00
|
|
|
def_bool y if IP_DCCP_CCID3
|
2007-12-06 14:26:38 +00:00
|
|
|
|
|
|
|
config IP_DCCP_TFRC_DEBUG
|
2009-01-05 05:45:33 +00:00
|
|
|
def_bool y if IP_DCCP_CCID3_DEBUG
|
2005-08-10 03:14:34 +00:00
|
|
|
endmenu
|