This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mptcp: Initialize tcp_rtx_queue when creating a new socket
When we clone from the meta-sk, it may have data in the rtx-queue. So, we need to reinitialize it for the subflows as they need a clean rtx-queue. Also, move the out_of_order_queue initialization to tcp_create_openreq_child, to have all of it in one place. Fixes: c61bc63 ("Merge tag 'v4.15-rc3' into mptcp_trunk") Signed-off-by: Christoph Paasch <cpaasch@apple.com> Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
- Loading branch information