From: Wei Yongjun Date: Fri, 31 Aug 2007 02:03:58 +0000 (+0800) Subject: SCTP: Send ABORT chunk with correct tag in response to INIT ACK X-Git-Tag: v2.6.23-rc9~41^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02c4e12c6400b6dccdc6b5c2c18325551e4b2dc9;p=pandora-kernel.git SCTP: Send ABORT chunk with correct tag in response to INIT ACK When SCTP client received an INIT ACK chunk with missing mandatory parameter such as "cookie parameter", it will send back a ABORT with T-bit not set and verification tag is set to 0. This is because before we accept this INIT ACK chunk, we do not know the peer's tag. This patch change to reflect vtag when responding to INIT ACK with missing mandatory parameter. Signed-off-by: Wei Yongjun Signed-off-by: Vlad Yasevich --- Reading git-diff-tree failed