says, SCTP being a connection-oriented rather than packet-oriented transport matters. Like TCP, a server must accept a connection in order to read from it or write to it. This is despite the fact that many people bill SCTP as "UDP-like" because it deals in messages instead of byte streams and that messages can be conditionally processed out of order.