Skip to content

Commit

Permalink
linux-4.19: Add options for socket monitoring
Browse files Browse the repository at this point in the history
Add CONFIG_INET_RAW_DIAG and CONFIG_INET_DIAG_DESTROY.

Maybe this options increated the usefulness of `ss`.

CONFIG_INET_RAW_DIAG
====================
Support for RAW socket monitoring interface used by the ss tool.

If unsure, say Y.

CONFIG_INET_DIAG_DESTROY
========================
Provides a SOCK_DESTROY operation that allows privileged processes
(e.g., a connection manager or a network administration tool such as
ss) to close sockets opened by other processes. Closing a socket in
this way interrupts any blocking read/write/connect operations on
the socket and causes future socket calls to behave as if the socket
had been disconnected.

If unsure, say N.
  • Loading branch information
donald committed Feb 5, 2019
1 parent 09125c2 commit 100d9e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linux-4.19.19-244.bee
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ mee_configure() {
CONFIG_INET_XFRM_MODE_BEET=m
CONFIG_INET_DIAG=m
CONFIG_INET_UDP_DIAG=m
CONFIG_INET_RAW_DIAG=m
CONFIG_INET_DIAG_DESTROY=y
CONFIG_TCP_CONG_ADVANCED=y
CONFIG_TCP_CONG_HSTCP=m
CONFIG_TCP_CONG_HYBLA=m
Expand Down

0 comments on commit 100d9e4

Please sign in to comment.