Though IETF QUIC is not yet complete, the Google QUIC team has started the transition to IETF QUIC. QUIC version 44 is the first version of Google QUIC to incorporate all changes described in the Invariants draft that was extensively discussed at IETF 101 in London. This version is now in now enabled in a small experiment in Chrome Canary and the intent is to roll it out as quickly as possible.
Because IETF QUIC, and therefore GQUIC version 44, changes the public header including the first byte of the packet, we’ll be watching closely to ensure there are no user-visible issues caused by the header changes. If you are a middlebox vendor that does QUIC classification, or are a customer of middleboxes that do QUIC classification, please test with version 44 now to ensure any issues can be fixed before it reaches Chrome Stable.
Version 44 can be manually enabled in the newest Canary and Dev with:
--quic-version=QUIC_VERSION_44
Chrome also has all the variable length integer frames implemented behind a never-to-be-deployed QUIC version 99. Changes from Version 99 will be moved into 45, 46, etc as quickly as is practical, though the initial focus is on moving to the invariants header, because subsequent changes will be almost entirely within the encryption envelope.
Subsequent versions will include coalesced packets and packet number encryption, though the timeframe is not yet clear.
The first deployed version of Google QUIC with TLS1.3 will implement the QUIC Record Layer that was agreed to at the Krista interim. We had previously planned on deploying an implementation based on the previous Stream0 design, but see little value in that at this time.
Thanks, Ian
Though IETF QUIC is not yet complete, the Google QUIC team has started the transition to IETF QUIC. QUIC version 44 is the first version of Google QUIC to incorporate all changes described in the Invariants draft that was extensively discussed at IETF 101 in London. This version is now in now enabled in a small experiment in Chrome Canary and the intent is to roll it out as quickly as possible.
--
You received this message because you are subscribed to the Google Groups "QUIC Prototype Protocol Discussion group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to proto-quic+...@chromium.org.
To post to this group, send email to proto...@chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.
Though IETF QUIC is not yet complete, the Google QUIC team has started the transition to IETF QUIC. QUIC version 44 is the first version of Google QUIC to incorporate all changes described in the Invariants draft that was extensively discussed at IETF 101 in London. This version is now in now enabled in a small experiment in Chrome Canary and the intent is to roll it out as quickly as possible.
Though IETF QUIC is not yet complete, the Google QUIC team has started the transition to IETF QUIC. QUIC version 44 is the first version of Google QUIC to incorporate all changes described in the Invariants draft that was extensively discussed at IETF 101 in London. This version is now in now enabled in a small experiment in Chrome Canary and the intent is to roll it out as quickly as possible.
You can extend QuicSession and QuicStream. Quartc is an example of a non-HTTP application.
hi,lan,we are planning to remove all the irrelevant dependencies of Quartc,is the 'gn + ninja' build system enough to make it possible? Not very familiar with this tools.
Hi, lanI have saw the Quatrc, and have some questions:1.what's the relationship between quartc and webRTC?
2.Does quic have an advantage over 5G network?
在 2019年3月6日星期三 UTC+8下午7:25:18,Ian Swett写道: