logoalt Hacker News

yello_downunder07/31/20251 replyview on HN

QUIC would work okay, but not really have many advantages for machine-to-machine traffic. Machine-to-machine you tend to have long-lived connections over a pretty good network. In this situation TCP already works well and is currently handled better in the kernel. Eventually QUIC will probably be just as good for TCP in this use case, but we're not there yet.


Replies

jabart07/31/2025

You still have latency, legacy window sizes, and packet schedulers to deal with.

show 1 reply