From: Vlad Yasevich Date: Mon, 23 Jun 2008 19:26:20 +0000 (-0400) Subject: sctp: Retransmit list is ineligable for missing indications X-Git-Tag: v2.6.28-rc1~717^2~147 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=845b8eda4d783a7ce2670d482a716840a650389e;p=pandora-kernel.git 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 --- Reading git-diff-tree failed