rust-libp2p's QUIC implementation currently supports a long list of versions (obtained by eliciting a Version Negotiation packet): [v1 draft-29 0xff00001e 0xff00001f 0xff000020 0xff000021 0xff000022]
The 0xff... versions are QUIC draft versions (see https://github.com/quicwg/base-drafts/wiki/QUIC-Versions).
We've never deployed any version other than v1 and draft-29 in libp2p, so there's no reason to enable support for these versions.
Overarching tracking issue #2883.
rust-libp2p's QUIC implementation currently supports a long list of versions (obtained by eliciting a Version Negotiation packet):
[v1 draft-29 0xff00001e 0xff00001f 0xff000020 0xff000021 0xff000022]The
0xff...versions are QUIC draft versions (see https://github.com/quicwg/base-drafts/wiki/QUIC-Versions).We've never deployed any version other than v1 and draft-29 in libp2p, so there's no reason to enable support for these versions.
Overarching tracking issue #2883.