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
38 Initial time period in second to disable MPTCP on active MPTCP sockets
39 when a MPTCP firewall blackhole issue happens. This time period will
41 MPTCP is re-enabled and will reset to the initial value when the
58 shutdown syscall, MPTCP sockets will maintain the status
68 Control whether MPTCP sockets can be created.
70 MPTCP sockets can be created if the value is 1. This is a
76 Set the default path manager type to use for each new MPTCP
79 per-namespace values configured over the MPTCP netlink
80 API. Userspace path management puts per-MPTCP-connection subflow
101 The number of MPTCP-level retransmission intervals with no traffic and
114 TCP, i.e. dropping the MPTCP options. In other words, if all the packets
117 * The initial SYN with MPTCP support
118 * This number of SYN retransmitted with MPTCP support
119 * The next SYN retransmissions will be without MPTCP support
121 0 means the first retransmission will be done without MPTCP options.
122 >= 128 means that all SYN retransmissions will keep the MPTCP options. A
123 lower number might increase false-positive MPTCP blackholes detections.