commit | 609ee4679b8a0831257552dd2b0e54f509ba0c77 | [log] [tgz] |
---|---|---|
author | Vlad Yasevich <vladislav.yasevich@hp.com> | Fri Aug 31 03:10:59 2007 +0900 |
committer | Vlad Yasevich <vladislav.yasevich@hp.com> | Thu Aug 30 14:12:25 2007 -0400 |
tree | 2a7a4bc4848de6fb6b0bd502e358f2893cfe71d3 | |
parent | 498d63071ef378e201979e441aefcc6565702ca7 [diff] |
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 <vladislav.yasevich@hp.com>