--
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.
The first version of QUIC will use TLS 1.3 and TLS 1.3 has an SNI, so it's certainly subject to change in future versions, but I believe version 1 will always have a Client Hello and SNI.It is definitely not safe to assume the QUIC packet number will start at 1. Even though GQUIC currently starts at 1, the IETF draft specifies randomizing the first packet number. Even in GQUIC today, sometimes the client hello is lost and retransmitted with a larger packet number.
On Mon, Dec 11, 2017 at 6:22 AM, christopher brown <chris...@gmail.com> wrote:
Also is it safe to assume that on a new UDP connection to a server ( new destination ip ) that the QUIC packet number will start at 1. Is it possible it can be non 1?Thanks Chris
On Monday, 11 December 2017 10:35:24 UTC, christopher brown wrote:Hi FolksIs it safe to assume there will always be a Client Hello and SNI at the start of each new UDP/ QUIC flow?ThanksChris
--
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 unsubscribe from this group and stop receiving emails from it, send an email to proto-quic+unsubscribe@chromium.org.
--
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 view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/proto-quic/d9f8a8b9-61e6-407d-a49d-bbf4caa79f9e%40chromium.org.
Thanks again Ian