Re: [PATCH net-next 1/6] net: mptcp: improve fallback to TCP

2020-06-29 Thread Mat Martineau
On Mon, 29 Jun 2020, Davide Caratti wrote: Keep using MPTCP sockets and a use "dummy mapping" in case of fallback to regular TCP. When fallback is triggered, skip addition of the MPTCP option on send. Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/11 Closes: https://github.com/m

[PATCH net-next 1/6] net: mptcp: improve fallback to TCP

2020-06-29 Thread Davide Caratti
Keep using MPTCP sockets and a use "dummy mapping" in case of fallback to regular TCP. When fallback is triggered, skip addition of the MPTCP option on send. Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/11 Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/22 Co-devel