private-octopus / picoquic

Minimal implementation of the QUIC protocol
MIT License
540 stars 159 forks source link

New V2 constants #1419

Closed IvanNardi closed 1 year ago

IvanNardi commented 1 year ago

I would like to implement the final (hopefully...) random numbers of QUICv2. See: https://github.com/quicwg/quic-v2/pull/85/files @huitema , do you prefer I keep the old values too (i.e. values in draft-v7) or can I remove them?

huitema commented 1 year ago

No, by all means, go for it. Make sure that you rev the picoquic version number in your PR!

IvanNardi commented 1 year ago

Ok

Make sure that you rev the picoquic version number in your PR!

What do you mean with that? Update PICOQUIC_VERSION define?

huitema commented 1 year ago

Yes please.

IvanNardi commented 1 year ago

Done in 2d05d0ff25bdb61d587530eb686a6abf5ce73770