Hacker News new | ask | show | jobs
by the8472 968 days ago
TCP can coalesce acks for multiple packets, can't SCTP do the same?
2 comments

The protocol can do it, but libsctp (used by browsers) was not coalescing ACKs. I'm not sure if it has been fixed yet.
SCTP can (and does) a SACK[0] isn't needed for each DATA chunk.

[0] https://datatracker.ietf.org/doc/html/rfc4960#section-3.3.4