Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
6d62a66e
Commit
6d62a66e
authored
Jan 07, 2012
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
net: Default UDP and UNIX diag to 'n'.
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
77e1e438
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
net/ipv4/Kconfig
net/ipv4/Kconfig
+5
-1
net/unix/Kconfig
net/unix/Kconfig
+1
-1
No files found.
net/ipv4/Kconfig
View file @
6d62a66e
...
...
@@ -410,8 +410,12 @@ config INET_TCP_DIAG
def_tristate INET_DIAG
config INET_UDP_DIAG
tristate "UDP: socket monitoring interface"
depends on INET_DIAG
def_tristate INET_DIAG && IPV6
default n
---help---
Support for UDP socket monitoring interface used by the ss tool.
If unsure, say Y.
menuconfig TCP_CONG_ADVANCED
bool "TCP: advanced congestion control"
...
...
net/unix/Kconfig
View file @
6d62a66e
...
...
@@ -22,7 +22,7 @@ config UNIX
config UNIX_DIAG
tristate "UNIX: socket monitoring interface"
depends on UNIX
default
UNIX
default
n
---help---
Support for UNIX socket monitoring interface used by the ss tool.
If unsure, say Y.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment