This repository was archived by the owner on Nov 19, 2025. It is now read-only.
Commit ddf21bd
committed
Revert "mptcp: Restart sending missing data when falling back at the beginning"
This reverts commit 142af6d.
This commit depends on commit 1285e39 ("mptcp: Build-Fix"), linked
to commit c61bc63 ("Merge tag 'v4.15-rc3' into mptcp_trunk").
Indeed since this commit, the TCP RB tree needs to be modified. With
this patch in < v4.15, data are resend but as "new" data, not as
retransmitted data.
Signed-off-by: Matthieu Baerts <[email protected]>1 parent 142af6d commit ddf21bd
2 files changed
+12
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1746 | 1746 | | |
1747 | 1747 | | |
1748 | 1748 | | |
1749 | | - | |
1750 | | - | |
| 1749 | + | |
| 1750 | + | |
1751 | 1751 | | |
1752 | 1752 | | |
1753 | 1753 | | |
| |||
1778 | 1778 | | |
1779 | 1779 | | |
1780 | 1780 | | |
1781 | | - | |
1782 | 1781 | | |
1783 | 1782 | | |
1784 | 1783 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
582 | 582 | | |
583 | 583 | | |
584 | 584 | | |
585 | | - | |
| 585 | + | |
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
590 | | - | |
| 590 | + | |
591 | 591 | | |
592 | 592 | | |
593 | | - | |
594 | | - | |
| 593 | + | |
| 594 | + | |
595 | 595 | | |
596 | 596 | | |
597 | 597 | | |
598 | 598 | | |
599 | | - | |
| 599 | + | |
600 | 600 | | |
601 | 601 | | |
602 | | - | |
| 602 | + | |
603 | 603 | | |
604 | 604 | | |
605 | 605 | | |
606 | | - | |
| 606 | + | |
607 | 607 | | |
608 | 608 | | |
609 | 609 | | |
| |||
706 | 706 | | |
707 | 707 | | |
708 | 708 | | |
709 | | - | |
| 709 | + | |
710 | 710 | | |
711 | | - | |
| 711 | + | |
712 | 712 | | |
713 | 713 | | |
714 | 714 | | |
| |||
1640 | 1640 | | |
1641 | 1641 | | |
1642 | 1642 | | |
1643 | | - | |
1644 | | - | |
1645 | 1643 | | |
1646 | 1644 | | |
1647 | 1645 | | |
| |||
2185 | 2183 | | |
2186 | 2184 | | |
2187 | 2185 | | |
2188 | | - | |
| 2186 | + | |
2189 | 2187 | | |
2190 | 2188 | | |
2191 | 2189 | | |
| |||
0 commit comments