Documentation: net: net.core.txrehash is not specific to listening sockets
authorAntoine Tenart <atenart@kernel.org>
Tue, 23 May 2023 16:14:53 +0000 (18:14 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 25 May 2023 11:20:45 +0000 (13:20 +0200)
commit7016eb738651ed1dfeef2bbf266bc7dac734067d
treed7f96fb0f8de6cadd9f3d429fe8425f9caf6987c
parentc0a8966e2bc7d31f77a7246947ebc09c1ff06066
Documentation: net: net.core.txrehash is not specific to listening sockets

The net.core.txrehash documentation mentions this knob is for listening
sockets only, while sk_rethink_txhash can be called on SYN and RTO
retransmits on all TCP sockets.

Remove the listening socket part.

Signed-off-by: Antoine Tenart <atenart@kernel.org>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Documentation/admin-guide/sysctl/net.rst