Re: [PATCH net] mptcp: fix joined subflows with unblocking sk

2020-07-27 Thread David Miller
From: Matthieu Baerts Date: Mon, 27 Jul 2020 12:24:33 +0200 > Unblocking sockets used for outgoing connections were not containing > inet info about the initial connection due to a typo there: the value of > "err" variable is negative in the kernelspace. > > This fixes the creation of additional

Re: [PATCH net] mptcp: fix joined subflows with unblocking sk

2020-07-27 Thread Paolo Abeni
On Mon, 2020-07-27 at 12:24 +0200, Matthieu Baerts wrote: > Unblocking sockets used for outgoing connections were not containing > inet info about the initial connection due to a typo there: the value of > "err" variable is negative in the kernelspace. > > This fixes the creation of additional sub

[PATCH net] mptcp: fix joined subflows with unblocking sk

2020-07-27 Thread Matthieu Baerts
Unblocking sockets used for outgoing connections were not containing inet info about the initial connection due to a typo there: the value of "err" variable is negative in the kernelspace. This fixes the creation of additional subflows where the remote port has to be reused if the other host didn'