.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | menuconfig IP_DCCP |
---|
2 | 3 | tristate "The DCCP Protocol" |
---|
3 | 4 | depends on INET |
---|
4 | | - ---help--- |
---|
| 5 | + help |
---|
5 | 6 | Datagram Congestion Control Protocol (RFC 4340) |
---|
6 | 7 | |
---|
7 | | - From http://www.ietf.org/rfc/rfc4340.txt: |
---|
| 8 | + From https://www.ietf.org/rfc/rfc4340.txt: |
---|
8 | 9 | |
---|
9 | 10 | The Datagram Congestion Control Protocol (DCCP) is a transport |
---|
10 | 11 | protocol that implements bidirectional, unicast connections of |
---|
.. | .. |
---|
31 | 32 | |
---|
32 | 33 | config IP_DCCP_DEBUG |
---|
33 | 34 | bool "DCCP debug messages" |
---|
34 | | - ---help--- |
---|
| 35 | + help |
---|
35 | 36 | Only use this if you're hacking DCCP. |
---|
36 | 37 | |
---|
37 | 38 | When compiling DCCP as a module, this debugging output can be toggled |
---|