forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
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