Lines Matching full:mptcp
4 MPTCP Sysfs variables
7 /proc/sys/net/mptcp/* Variables
12 resent to an MPTCP peer that has not acknowledged a previous
42 Initial time period in second to disable MPTCP on active MPTCP sockets
43 when a MPTCP firewall blackhole issue happens. This time period will
45 MPTCP is re-enabled and will reset to the initial value when the
62 shutdown syscall, MPTCP sockets will maintain the status
72 Control whether MPTCP sockets can be created.
74 MPTCP sockets can be created if the value is 1. This is a
80 Set the default path manager name to use for each new MPTCP
83 per-namespace values configured over the MPTCP netlink
84 API. Userspace path management puts per-MPTCP-connection subflow
97 Set the default path manager type to use for each new MPTCP
100 per-namespace values configured over the MPTCP netlink
101 API. Userspace path management puts per-MPTCP-connection subflow
124 The number of MPTCP-level retransmission intervals with no traffic and
137 TCP, i.e. dropping the MPTCP options. In other words, if all the packets
140 * The initial SYN with MPTCP support
141 * This number of SYN retransmitted with MPTCP support
142 * The next SYN retransmissions will be without MPTCP support
144 0 means the first retransmission will be done without MPTCP options.
145 >= 128 means that all SYN retransmissions will keep the MPTCP options. A
146 lower number might increase false-positive MPTCP blackholes detections.