WIP FPC-III support
[linux/fpc-iii.git] / Documentation / networking / mptcp-sysctl.rst
blob6af0196c4297cc84a0299f46a8836722e1be3a04
1 .. SPDX-License-Identifier: GPL-2.0
3 =====================
4 MPTCP Sysfs variables
5 =====================
7 /proc/sys/net/mptcp/* Variables
8 ===============================
10 enabled - INTEGER
11         Control whether MPTCP sockets can be created.
13         MPTCP sockets can be created if the value is nonzero. This is
14         a per-namespace sysctl.
16         Default: 1
18 add_addr_timeout - INTEGER (seconds)
19         Set the timeout after which an ADD_ADDR control message will be
20         resent to an MPTCP peer that has not acknowledged a previous
21         ADD_ADDR message.
23         The default value matches TCP_RTO_MAX. This is a per-namespace
24         sysctl.
26         Default: 120