From: Neil Horman Date: Tue, 20 Nov 2012 10:14:30 +0000 (+0000) Subject: sctp: send abort chunk when max_retrans exceeded X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~255 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de4594a51c904ddcd6c3a6cdd100f7c1d94d3239;p=pandora-kernel.git sctp: send abort chunk when max_retrans exceeded In the event that an association exceeds its max_retrans attempts, we should send an ABORT chunk indicating that we are closing the assocation as a result. Because of the nature of the error, its unlikely to be received, but its a nice clean way to close the association if it does make it through, and it will give anyone watching via tcpdump a clue as to what happened. Change notes: v2) * Removed erroneous changes from sctp_make_violation_parmlen Signed-off-by: Neil Horman CC: Vlad Yasevich CC: "David S. Miller" CC: linux-sctp@vger.kernel.org Acked-by: Vlad Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed