--
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+unsubscribe@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.
Basically all Google services support QUIC these days. You can look for the Alt-Svc header in response headers from a Google server to confirm.
On Thu, Jan 18, 2018 at 8:39 PM, Van Tong <tongva...@gmail.com> wrote:
Hi all,
I found that youtube is supported by QUIC.
I also capture packet when I upload file to Google driver, I found lots of QUIC packet. Is Google driver supported by QUIC?
Any body know how to define whether a service of Google supported by QUIC or not? Which service of Google is supported by QUIC ?
Thank you in advance!
--
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.
Thank for your quick response.QUIC is implemented on the top of UDP. Is the accuracy of data transferring 100 percent?
For example, Google mail need 100 percent of accuracy.
Vào 22:24:00 UTC+7 Thứ Sáu, ngày 19 tháng 1 năm 2018, r...@chromium.org đã viết:Basically all Google services support QUIC these days. You can look for the Alt-Svc header in response headers from a Google server to confirm.On Thu, Jan 18, 2018 at 8:39 PM, Van Tong <tongva...@gmail.com> wrote:Hi all,--
I found that youtube is supported by QUIC.
I also capture packet when I upload file to Google driver, I found lots of QUIC packet. Is Google driver supported by QUIC?
Any body know how to define whether a service of Google supported by QUIC or not? Which service of Google is supported by QUIC ?
Thank you in advance!
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.
--
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+unsubscribe@chromium.org.
When I enable QUIC and log in Gmail, the connection is encrypted and authenticated by TLS1.2.However, I got the alt-svc as in following:
alt-svc:hq=":443"; ma=2592000; quic=51303431; quic=51303339; quic=51303338; quic=51303337; quic=51303335,quic=":443"; ma=2592000; v="41,39,38,37,35"I just want to ask that Gmail whether is supported by QUIC or not? And why I got this?