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: redundant: avoid multiple retransmissions
Previously redsched_correct_skb_pointers set red_p->skb = NULL when red_p->skb_start_seq == meta_tp->snd_una. This issue causes the redundant scheduler to keep sending reinjected packets again and again. Replace '!after' with 'before' fixes this issue. Closes: #474 Fixes: 7835e78 ("mptcp: Fix use-after-free in the redundant scheduler") Signed-off-by: ytxing <ytxing@mail.ustc.edu.cn> Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net> (cherry picked from commit 5ffee1d) Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net> (cherry picked from commit 55abfd0) Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
- Loading branch information