From: Gui Jianfeng Date: Sun, 13 Apr 2008 01:39:34 +0000 (-0700) Subject: [SCTP]: Fix protocol violation when receiving an error lenght INIT-ACK X-Git-Tag: v2.6.25~33^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4ad85ca3ef8a1ede76c5020a28a8f4057b4d24f;p=pandora-kernel.git [SCTP]: Fix protocol violation when receiving an error lenght INIT-ACK When receiving an error length INIT-ACK during COOKIE-WAIT, a 0-vtag ABORT will be responsed. This action violates the protocol apparently. This patch achieves the following things. 1 If the INIT-ACK contains all the fixed parameters, use init-tag recorded from INIT-ACK as vtag. 2 If the INIT-ACK doesn't contain all the fixed parameters, just reflect its vtag. Signed-off-by: Gui Jianfeng Signed-off-by: Vlad Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed