Skip to content
Commit c6ba68a2 authored by Vlad Yasevich's avatar Vlad Yasevich
Browse files

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: default avatarIvan Skytte Jørgensen <isj-sctp@i1.dk>
Signed-off-by: default avatarVlad Yasevich <vladislav.yasevich@hp.com>
parent 9919b455
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment