sctp: Support the new specification of sctp_connectx()
authorVlad Yasevich <vladislav.yasevich@hp.com>
Fri, 9 May 2008 22:14:11 +0000 (15:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 May 2008 22:14:11 +0000 (15:14 -0700)
commit88a0a948e752bb9b617a8c55417a9fd9b0257199
tree029e51ae711181e0c3e27432f54e9992b998525f
parentd364d9276b54af16fcb4db83f1315b620daec102
sctp: Support the new specification of sctp_connectx()

The specification of sctp_connectx() has been changed to return
an association id.  We've added a new socket option that will
return the association id as the return value from the setsockopt()
call.  The library that implements sctp_connectx() interface will
implement both socket options.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/user.h
net/sctp/socket.c