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.
Fix redundant scheduler for the rt-tree based retransmit queue
With 75c119a, a new rt-tree based retransmit queue was introduced. This breaks the assumptions of the redundant scheduler and leads to failures when the scheduler trys to schedule the next packet b ased on the skbs in the send queue. This commit fixes #297 Fixes: c61bc63 ("Merge tag 'v4.15-rc3' into mptcp_trunk") Signed-off-by: AlexanderFroemmgen <[email protected]> Signed-off-by: Christoph Paasch <[email protected]>
- Loading branch information