Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux-4.19: Add options for socket monitoring
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