hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/net/dccp/Kconfig
....@@ -1,10 +1,11 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 menuconfig IP_DCCP
23 tristate "The DCCP Protocol"
34 depends on INET
4
- ---help---
5
+ help
56 Datagram Congestion Control Protocol (RFC 4340)
67
7
- From http://www.ietf.org/rfc/rfc4340.txt:
8
+ From https://www.ietf.org/rfc/rfc4340.txt:
89
910 The Datagram Congestion Control Protocol (DCCP) is a transport
1011 protocol that implements bidirectional, unicast connections of
....@@ -31,7 +32,7 @@
3132
3233 config IP_DCCP_DEBUG
3334 bool "DCCP debug messages"
34
- ---help---
35
+ help
3536 Only use this if you're hacking DCCP.
3637
3738 When compiling DCCP as a module, this debugging output can be toggled