Better baseline would be transferring data via ssh + tar. Or serving a directory over http and concurrently downloading a file with axel
Nowhere to be found. I guess I'll just open a ticket there.
https://www.iana.org/assignments/protocol-numbers/protocol-n...
If that issue didn't exist, SCTP would surely see a lot more use.
I suppose with a new protocol you could ditch the length and checksum, which (I don't know much about networking) might be redundant with the IP header and with TLS respectively. That would save you 4 bytes per packet. Nothing huge.
The reason it uses UDP is that the Internet is full of middleboxes built 10 years ago that won't get any firmware updates for another 10 years, and those boxes love TCP and we're lucky if they even pass UDP and ICMP packets. Anything else might just get dropped, and then you have to fall back. Is UDP underneath QUIC really hurting much?