SCTP: Abort on COOKIE-ECHO if backlog is exceeded.
authorVlad Yasevich <vladislav.yasevich@hp.com>
Thu, 30 Aug 2007 18:10:59 +0000 (03:10 +0900)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Thu, 30 Aug 2007 18:12:25 +0000 (14:12 -0400)
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>

No differences found