top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Is there a way to retrieve the connection's sctp_assoc_t from the socket file descriptor

0 votes
317 views

Is there a way to retrieve the connection's sctp_assoc_t from the socket file descriptor? If there isn't, may I ask why?

posted Jun 3, 2013 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

On a one-to-one style socket, the assoc ids are ignored. On one-to-many style sockets, the assoc id belongs to an association, not to the socket.

answer Jun 3, 2013 by anonymous
Similar Questions
+2 votes

I am looking for data structure(s) and algorithms used in implementation and to keep it efficient?

+2 votes

The SO_REUSEPORT socket option was introduced in mainstream kernel 3.9 for TCP/UDP. Is this option supported for SCTP also?

The latest centos6 kernel 2.6.32-417.el6 allows this socket option for SCTP, but does not seem to support it. I get port already in use error.

+2 votes

Is there any concept of Fail back in SCTP Multi Homing ??

...