Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Tue, 04 Feb 2025 23:19:53 +0100 you wrote:
The '-f' parameter is there to force the kernel to emit MPTCP FASTCLOSE by closing the connection with unread bytes in the receive queue.
The xdisconnect() helper was used to stop the connection, but it does more than that: it will shut it down, then wait before reconnecting to the same address. This causes the mptcp_join's "fastclose test" to fail all the time.
[...]
Here is the summary with links: - [net] selftests: mptcp: connect: -f: no reconnect https://git.kernel.org/netdev/net/c/5368a67307b3
You are awesome, thank you!