[SCTP]: Correctly reap SSNs when processing FORWARD_TSN chunk
authorVlad Yasevich <vladislav.yasevich@hp.com>
Tue, 15 Jan 2008 16:41:56 +0000 (11:41 -0500)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Thu, 7 Feb 2008 02:26:26 +0000 (21:26 -0500)
When we recieve a FORWARD_TSN chunk, we need to reap
all the queued fast-forwarded chunks from the ordering queue
 However, if we don't have them queued, we need to see if
the next expected one is there as well.  If it is, start
deliver from that point instead of waiting for the next
chunk to arrive.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>

No differences found