Skip to content

quic: don't support draft versions #3395

@marten-seemann

Description

@marten-seemann

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.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions