Comment on Taking Google’s QUIC For a Test Drive (2013)parentComments−shacharz12yWhat makes QUIC easier to iterate? just the fact that it's not deployed anywhere and it's less accountable to "breaking things"?−loganfsmyth12yThe fact that it isn't deployed certainly makes it easier. It has protocol version negotiation built in too, so it can avoid "breaking things" by falling back to TCP if needed.−JulianMorrison12yGoogle controls the client and the server.
Comments
What makes QUIC easier to iterate? just the fact that it's not deployed anywhere and it's less accountable to "breaking things"?
The fact that it isn't deployed certainly makes it easier. It has protocol version negotiation built in too, so it can avoid "breaking things" by falling back to TCP if needed.
Google controls the client and the server.