From: Vlad Yasevich Date: Tue, 16 Jan 2007 03:20:21 +0000 (-0800) Subject: [SCTP]: Fix SACK sequence during shutdown X-Git-Tag: v2.6.20-rc6~5^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=732ba35e759112be5cecd79d4351084edf88dba7;p=pandora-kernel.git [SCTP]: Fix SACK sequence during shutdown Currently, when association enters SHUTDOWN state,the implementation will SACK any DATA first and then transmit the SHUTDOWN chunk. This is against the order required by 2960bis spec. SHUTDOWN must always be first, followed by SACK. This change forces this order and also enables bundling. Signed-off-by: Vlad Yasevich Signed-off-by: Sridhar Samudrala Signed-off-by: David S. Miller --- Reading git-diff-tree failed