hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/dccp/ccids/Kconfig
....@@ -1,8 +1,9 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 menu "DCCP CCIDs Configuration"
23
34 config IP_DCCP_CCID2_DEBUG
45 bool "CCID-2 debugging messages"
5
- ---help---
6
+ help
67 Enable CCID-2 specific debugging messages.
78
89 The debugging output can additionally be toggled by setting the
....@@ -13,7 +14,7 @@
1314 config IP_DCCP_CCID3
1415 bool "CCID-3 (TCP-Friendly)"
1516 def_bool y if (IP_DCCP = y || IP_DCCP = m)
16
- ---help---
17
+ help
1718 CCID-3 denotes TCP-Friendly Rate Control (TFRC), an equation-based
1819 rate-controlled congestion control mechanism. TFRC is designed to
1920 be reasonably fair when competing for bandwidth with TCP-like flows,
....@@ -25,20 +26,20 @@
2526 relatively smooth sending rate is of importance.
2627
2728 CCID-3 is further described in RFC 4342,
28
- http://www.ietf.org/rfc/rfc4342.txt
29
+ https://www.ietf.org/rfc/rfc4342.txt
2930
3031 The TFRC congestion control algorithms were initially described in
3132 RFC 5348.
3233
3334 This text was extracted from RFC 4340 (sec. 10.2),
34
- http://www.ietf.org/rfc/rfc4340.txt
35
+ https://www.ietf.org/rfc/rfc4340.txt
3536
3637 If in doubt, say N.
3738
3839 config IP_DCCP_CCID3_DEBUG
3940 bool "CCID-3 debugging messages"
4041 depends on IP_DCCP_CCID3
41
- ---help---
42
+ help
4243 Enable CCID-3 specific debugging messages.
4344
4445 The debugging output can additionally be toggled by setting the