multipath-tcp / mptcp_net-next

Development version of the Upstream MultiPath TCP Linux kernel 🐧
https://mptcp.dev
Other
292 stars 42 forks source link

Client: fallback to TCP after X MPC #477

Closed matttbe closed 2 months ago

matttbe commented 9 months ago

MPC packets could be explicitly dropped or reset by firewall somewhere in the network, e.g. with:

iptables -t filter -A FORWARD -p tcp --tcp-option 30 -j DROP

It sounds safer to fallback to TCP after X attempts (defined in a sysctl option?), "just in case".

Later, this could be improved with a cache, see #57.

matttbe commented 9 months ago

From the last weekly meeting:

matttbe commented 8 months ago

From the last weekly meeting: