|
|
|
|
|
by ianburrell
481 days ago
|
|
SCTP can run over UDP. QUIC is supposed to be faster than SCTP by combining layers and eliminate round trips. Also, QUIC is a stream protocol like TCP. SCTP makes messages explicit. Both have multiplexing which is why seem different. |
|