Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56972
b: refs/heads/master
c: 3df25df
h: refs/heads/master
v: v3
  • Loading branch information
Jan Engelhardt authored and David S. Miller committed May 24, 2007
1 parent 0ab5ca1 commit f3da3e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7e7a2d07b0faf13b2f7ad982c77ca30c9e9ee0e4
refs/heads/master: 3df25df354d0e9bae9b83be5a828b6756db9bcf4
15 changes: 7 additions & 8 deletions trunk/net/dccp/Kconfig
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
menu "DCCP Configuration (EXPERIMENTAL)"
depends on INET && EXPERIMENTAL

config IP_DCCP
menuconfig IP_DCCP
tristate "The DCCP Protocol (EXPERIMENTAL)"
depends on INET && EXPERIMENTAL
---help---
Datagram Congestion Control Protocol (RFC 4340)

Expand All @@ -19,19 +17,20 @@ config IP_DCCP

If in doubt, say N.

if IP_DCCP

config INET_DCCP_DIAG
depends on IP_DCCP && INET_DIAG
depends on INET_DIAG
def_tristate y if (IP_DCCP = y && INET_DIAG = y)
def_tristate m

config IP_DCCP_ACKVEC
depends on IP_DCCP
bool

source "net/dccp/ccids/Kconfig"

menu "DCCP Kernel Hacking"
depends on IP_DCCP && DEBUG_KERNEL=y
depends on DEBUG_KERNEL=y

config IP_DCCP_DEBUG
bool "DCCP debug messages"
Expand Down Expand Up @@ -61,4 +60,4 @@ config NET_DCCPPROBE

endmenu

endmenu
endif # IP_DDCP

0 comments on commit f3da3e6

Please sign in to comment.