commit | 88a0a948e752bb9b617a8c55417a9fd9b0257199 | [log] [tgz] |
---|---|---|
author | Vlad Yasevich <vladislav.yasevich@hp.com> | Fri May 09 15:14:11 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri May 09 15:14:11 2008 -0700 |
tree | 029e51ae711181e0c3e27432f54e9992b998525f | |
parent | d364d9276b54af16fcb4db83f1315b620daec102 [diff] |
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>