Skip to content

Commit

Permalink
sctp: Retransmit list is ineligable for missing indications
Browse files Browse the repository at this point in the history
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
Vlad Yasevich committed Oct 1, 2008
1 parent ab5216a commit 845b8ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/sctp/outqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -1209,8 +1209,6 @@ int sctp_outq_sack(struct sctp_outq *q, struct sctp_sackhdr *sack)
}

if (gap_ack_blocks) {
sctp_mark_missing(q, &q->retransmit, NULL, highest_new_tsn, 0);

list_for_each_entry(transport, transport_list, transports)
sctp_mark_missing(q, &transport->transmitted, transport,
highest_new_tsn, count_of_newacks);
Expand Down

0 comments on commit 845b8ed

Please sign in to comment.