From: Vlad Yasevich Date: Fri, 9 Nov 2007 16:43:41 +0000 (-0500) Subject: SCTP: Fix PR-SCTP to deliver all the accumulated ordered chunks X-Git-Tag: v2.6.24-rc3~145^2~27^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd3ae8e61570b55e32864c5f9e50085aa67126e9;p=pandora-kernel.git SCTP: Fix PR-SCTP to deliver all the accumulated ordered chunks There is a small bug when we process a FWD-TSN. We'll deliver anything upto the current next expected SSN. However, if the next expected is already in the queue, it will take another chunk to trigger its delivery. The fix is to simply check the current queued SSN is the next expected one. Signed-off-by: Vlad Yasevich --- Reading git-diff-tree failed