Comment on It's not DNS
words_number@programming.dev 8 months agoSome ancient protocols get replaced gradually though. Look at http3 not using TCP anymore. I mean at least it’s something.
Comment on It's not DNS
words_number@programming.dev 8 months agoSome ancient protocols get replaced gradually though. Look at http3 not using TCP anymore. I mean at least it’s something.
elmicha@feddit.de 8 months ago
HTTP3 uses UDP, which is 6 years younger than TCP.
words_number@programming.dev 8 months ago
Nope, it uses a protocol on top of UDP called QUIC. If you count underlying protocols further down the stack, obviously all of them are really old.