Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

SCTP (Stream Control Transmission Protocol) or the equivalent. HTTP is really the wrong layer for things like bonding multiple connections, congestion adjustments, etc.

Unfortunately, most computers only pass TCP and UDP (Windows and middleboxes). So, protocol evolution is a dead end.

Thus you have to piggyback on what computers will let through--so you're stuck with creating an HTTP flavor of TCP.



QUIC (the basis for HTTP/3) is basically the spiritual successor to SCTP, except with TLS baked in, so compared with SCTP+DTLS, connection establishment requires significantly fewer roundtrips (0 round trips for session resumption, 1 roundtrip at worst, compared to 4 or so for DTLS).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: