Skip to content

Commit

Permalink
export quic.Version2
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed May 26, 2022
1 parent f3744f6 commit b2deece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const (
VersionDraft29 = protocol.VersionDraft29
// Version1 is RFC 9000
Version1 = protocol.Version1
Version2 = protocol.Version2
)

// A Token can be used to verify the ownership of the client address.
Expand Down

0 comments on commit b2deece

Please sign in to comment.