Well, I found a thing that was added in boost 1.54.0. It is called generic :: seq_packet_protocol . During initialization, how seq_packet_protocol(AF_UNIX, 0))it creates an object that can be used to open sockets, create acceptors and endpoints. Thus, SCTP can be implemented in the same way.
source
share