commit | 845b8eda4d783a7ce2670d482a716840a650389e | [log] [tgz] |
---|---|---|
author | Vlad Yasevich <vladislav.yasevich@hp.com> | Mon Jun 23 15:26:20 2008 -0400 |
committer | Vlad Yasevich <vladislav.yasevich@hp.com> | Wed Oct 01 11:33:06 2008 -0400 |
tree | d6f5514de75f13d0d97d2a7505c7721f1e00f7f4 | |
parent | ab5216a5bd453752f04bb79c29e8f01b11d69006 [diff] |
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>