1

TCP has a standard API called "TCP sockets" and in our environment we don't need to worry about which library implements TCP.

However, HTTP/3 explained says QUIC has no standard API. So, any program over QUIC depends on the library that implements QUIC. Porting those programs to other environments can also be a hard work.

Why did QUIC Working Group make this decision?

hiroyuki
  • 61
  • 4
  • You are better off directing this question to the QUIC Working Group. There are both GitHub repo and a mailing list. See here: https://quicwg.org/ – Dmitri Dec 07 '20 at 21:21

0 Answers0