mptcp-sysctl.rst (ca31fef11dc83e672415d5925a134749761329bd) mptcp-sysctl.rst (ff5a0b421cb23bf6b2898939ffef5b683045d9d3)
1.. SPDX-License-Identifier: GPL-2.0
2
3=====================
4MPTCP Sysfs variables
5=====================
6
7/proc/sys/net/mptcp/* Variables
8===============================

--- 31 unchanged lines hidden (view full) ---

40 accepted or denied.
41
42 Joins to addresses advertised with ADD_ADDR are not affected by this
43 value.
44
45 This is a per-namespace sysctl.
46
47 Default: 1
1.. SPDX-License-Identifier: GPL-2.0
2
3=====================
4MPTCP Sysfs variables
5=====================
6
7/proc/sys/net/mptcp/* Variables
8===============================

--- 31 unchanged lines hidden (view full) ---

40 accepted or denied.
41
42 Joins to addresses advertised with ADD_ADDR are not affected by this
43 value.
44
45 This is a per-namespace sysctl.
46
47 Default: 1
48
49stale_loss_cnt - INTEGER
50 The number of MPTCP-level retransmission intervals with no traffic and
51 pending outstanding data on a given subflow required to declare it stale.
52 The packet scheduler ignores stale subflows.
53 A low stale_loss_cnt value allows for fast active-backup switch-over,
54 an high value maximize links utilization on edge scenarios e.g. lossy
55 link with high BER or peer pausing the data processing.
56
57 This is a per-namespace sysctl.
58
59 Default: 4