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 ?