Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sctp: Retransmit list is ineligable for missing indications
Chunks placed on the retransmit list are marked as inelegible for fast retrasnmission. Since missing indications determine when fast reransmission is done, there is not point in calling sctp_mark_missing() on the retransmit list since those chunks will not be marked. Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
- Loading branch information