mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
drop support for draft-29 (#3903)
This commit is contained in:
parent
da298d09e1
commit
21388c86bb
20 changed files with 65 additions and 189 deletions
|
@ -19,10 +19,9 @@ type StreamID = protocol.StreamID
|
|||
type VersionNumber = protocol.VersionNumber
|
||||
|
||||
const (
|
||||
// VersionDraft29 is IETF QUIC draft-29
|
||||
VersionDraft29 = protocol.VersionDraft29
|
||||
// Version1 is RFC 9000
|
||||
Version1 = protocol.Version1
|
||||
// Version2 is RFC 9369
|
||||
Version2 = protocol.Version2
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue