From: Vlad Yasevich Date: Mon, 1 Jun 2009 16:41:15 +0000 (-0400) Subject: sctp: support non-blocking version of the new sctp_connectx() API X-Git-Tag: v2.6.31-rc1~330^2~163^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6ba68a26645dbc5029a9faa5687ebe6fcfc53e4;p=pandora-kernel.git 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 --- Reading git-diff-tree failed