mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-04-13 09:59:31 +00:00
doc: mptcp: sysctl: blackhole_timeout is per-netns
All other sysctl entries mention it, and it is a per-namespace sysctl.
So mention it as well.
Fixes: 27069e7cb3
("mptcp: disable active MPTCP in case of blackhole")
Reviewed-by: Mat Martineau <martineau@kernel.org>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
This commit is contained in:
parent
e598d8981f
commit
18da4b5d12
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ blackhole_timeout - INTEGER (seconds)
|
|||
MPTCP is re-enabled and will reset to the initial value when the
|
||||
blackhole issue goes away.
|
||||
|
||||
0 to disable the blackhole detection.
|
||||
0 to disable the blackhole detection. This is a per-namespace sysctl.
|
||||
|
||||
Default: 3600
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue