From: Vlad Yasevich Date: Wed, 4 Jun 2008 19:39:36 +0000 (-0700) Subject: sctp: Flush the queue only once during fast retransmit. X-Git-Tag: v2.6.26-rc5~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b750ce54bd8ab5f75d519ee450e1b0c5226ebe9;p=pandora-kernel.git sctp: Flush the queue only once during fast retransmit. When fast retransmit is triggered by a sack, we should flush the queue only once so that only 1 retransmit happens. Also, since we could potentially have non-fast-rtx chunks on the retransmit queue, we need make sure any chunks eligable for fast retransmit are sent first during fast retransmission. Signed-off-by: Vlad Yasevich Tested-by: Wei Yongjun Signed-off-by: David S. Miller --- Reading git-diff-tree failed