Vlad Yasevich c6ba68a266 sctp: support non-blocking version of the new sctp_connectx() API
Prior implementation of the new sctp_connectx() call that returns
an association ID did not work correctly on non-blocking socket.
This is because we could not return both a EINPROGRESS error and
an association id.  This is a new implementation that supports this.

Originally from Ivan Skytte Jørgensen <isj-sctp@i1.dk

Signed-off-by: Ivan Skytte Jørgensen <isj-sctp@i1.dk
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
2009-06-03 09:14:47 -04:00
..
2009-01-08 08:31:15 -08:00
2009-03-18 19:12:42 -07:00
2009-02-16 00:03:10 -08:00
2009-06-03 02:51:04 -07:00
2008-07-22 14:21:30 -07:00
2009-06-03 02:51:02 -07:00