|
|
|
|
|
by kixelated
218 days ago
|
|
QUIC has a much better alternative to FORWARD-TSN, either via RESET_STREAM or QUIC datagrams. I've implemented SCTP before to hack in "datagram" support by spamming FORWARD-TSN. Fun fact: you can't use FORWARD-TSN if there's still reliable data outstanding. TSN is sequential after all, you have to drop all or nothing. QUIC as a protocol is significantly better than SCTP. I really recommend the RFC |
|