From: Vlad Yasevich Date: Fri, 23 Mar 2007 18:34:08 +0000 (-0700) Subject: [SCTP]: Implement sac_info field in SCTP_ASSOC_CHANGE notification. X-Git-Tag: v2.6.22-rc1~1128^2~167 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5a35e76753d27e782028843a5186f176b50dd16;p=pandora-kernel.git [SCTP]: Implement sac_info field in SCTP_ASSOC_CHANGE notification. As stated in the sctp socket api draft: sac_info: variable If the sac_state is SCTP_COMM_LOST and an ABORT chunk was received for this association, sac_info[] contains the complete ABORT chunk as defined in the SCTP specification RFC2960 [RFC2960] section 3.3.7. We now save received ABORT chunks into the sac_info field and pass that to the user. Signed-off-by: Vlad Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed