top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How I can resolve SCTP abort issue ?

0 votes
355 views

I want to understand in which cases SCTP abort occurs and how it is get resolved ?

posted Jul 12, 2017 by Vikram Singh

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+3 votes

Suppose I have a socket which contain several associations in it. that means there are several clients connect with server.

If I use sendmsg(...) function to send msg from server, How does sctp identify which association will receive the data? Does all clients will receive the msg?

And, Does sctp provide a way for server to send msg to all associations in one syscall ?

...