private-octopus / picoquic

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

Add support for V2 draft version #1426

Closed huitema closed 1 year ago

huitema commented 1 year ago

Support V2 draft version in addition to V2 IESG approved version. This is required to continue working with the interop-runner tests.

huitema commented 1 year ago

@IvanNardi I reinstalled support for the old V2 draft version, in addition to the latest one, because that old version is still used in the interop tests. It probably would be nice to just get rid of all these intermediate versions, but keeping them is not too expensive.