From: Wei Yongjun Date: Sat, 1 May 2010 02:38:53 +0000 (-0400) Subject: sctp: fix to retranmit at least one DATA chunk X-Git-Tag: v2.6.35-rc1~473^2~287^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc4f841a05364b2572bcc266e9fd7e9cf5f06d5b;p=pandora-kernel.git sctp: fix to retranmit at least one DATA chunk While doing retranmit, if control chunk exists, such as FORWARD TSN chunk, and the DATA chunk can not be bundled with this control chunk because of PMTU limit, no DATA chunk will be retranmitted in the current implementation. This patch makes sure to retranmit at least one DATA chunk in this case. Signed-off-by: Wei Yongjun Signed-off-by: Vlad Yasevich --- Reading git-diff-tree failed