From: Vlad Yasevich Date: Thu, 30 Aug 2007 18:10:59 +0000 (+0900) Subject: SCTP: Abort on COOKIE-ECHO if backlog is exceeded. X-Git-Tag: v2.6.23-rc5~37^2~5^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=609ee4679b8a0831257552dd2b0e54f509ba0c77;p=pandora-kernel.git SCTP: Abort on COOKIE-ECHO if backlog is exceeded. Currently we abort on the INIT chunk we our backlog is currenlty exceeded. Delay this about untill COOKIE-ECHO to give the user time to accept the socket. Also, make sure that we treat sk_max_backlog of 0 as no connections allowed. Signed-off-by: Vlad Yasevich --- Reading git-diff-tree failed