Skip to content

Commit

Permalink
txhash: Add txrehash sysctl description
Browse files Browse the repository at this point in the history
Update Documentation/admin-guide/sysctl/net.rst with txrehash usage
description.

Signed-off-by: Akhmat Karakotov <hmukos@yandex-team.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Akhmat Karakotov authored and David S. Miller committed Jan 31, 2022
1 parent 2685924 commit 2127324
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Documentation/admin-guide/sysctl/net.rst
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,15 @@ new netns has been created.

Default : 0 (for compatibility reasons)

txrehash
--------

Controls default hash rethink behaviour on listening socket when SO_TXREHASH
option is set to SOCK_TXREHASH_DEFAULT (i. e. not overridden by setsockopt).

If set to 1 (default), hash rethink is performed on listening socket.
If set to 0, hash rethink is not performed.

2. /proc/sys/net/unix - Parameters for Unix domain sockets
----------------------------------------------------------

Expand Down

0 comments on commit 2127324

Please sign in to comment.