^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) menuconfig IP_DCCP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) tristate "The DCCP Protocol"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) depends on INET
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) Datagram Congestion Control Protocol (RFC 4340)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) From https://www.ietf.org/rfc/rfc4340.txt:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) The Datagram Congestion Control Protocol (DCCP) is a transport
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) protocol that implements bidirectional, unicast connections of
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) congestion-controlled, unreliable datagrams. It should be suitable
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) for use by applications such as streaming media, Internet telephony,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) and on-line games.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) To compile this protocol support as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) module will be called dccp.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) If in doubt, say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) if IP_DCCP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) config INET_DCCP_DIAG
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) depends on INET_DIAG
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) def_tristate y if (IP_DCCP = y && INET_DIAG = y)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) def_tristate m
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) source "net/dccp/ccids/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) menu "DCCP Kernel Hacking"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) depends on DEBUG_KERNEL=y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) config IP_DCCP_DEBUG
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) bool "DCCP debug messages"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) Only use this if you're hacking DCCP.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) When compiling DCCP as a module, this debugging output can be toggled
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) by setting the parameter dccp_debug of the `dccp' module to 0 or 1.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) Just say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) endmenu
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) endif # IP_DDCP