X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fipv4%2FKconfig;h=e55136ae09f40708bbcdd50004abe97822ba0a71;hb=5d8c397f304e1363f8ff9749b08172eb59e6534a;hp=1e6db2a896b9a1c76e7f6b2b1268f54821d259ce;hpb=4f5736c4c7cf6f9bd8db82b712cfdd51c87e06b9;p=linux-2.6 diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 1e6db2a896..e55136ae09 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig @@ -413,16 +413,20 @@ config INET_TUNNEL If unsure, say Y. -config IP_TCPDIAG - tristate "IP: TCP socket monitoring interface" +config INET_DIAG + tristate "INET: socket monitoring interface" default y ---help--- - Support for TCP socket monitoring interface used by native Linux - tools such as ss. ss is included in iproute2, currently downloadable - at . + Support for INET (TCP, DCCP, etc) socket monitoring interface used by + native Linux tools such as ss. ss is included in iproute2, currently + downloadable at . If unsure, say Y. +config INET_TCP_DIAG + depends on INET_DIAG + def_tristate INET_DIAG + config TCP_CONG_ADVANCED bool "TCP: advanced congestion control" ---help---