mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 05:07:36 +03:00
implement the recent changes to the version negotiation packet
This commit is contained in:
parent
5d900346fd
commit
45e43ada40
13 changed files with 87 additions and 100 deletions
|
@ -8,7 +8,6 @@ import (
|
|||
var _ = Describe("Protocol", func() {
|
||||
Context("Long Header Packet Types", func() {
|
||||
It("has the correct string representation", func() {
|
||||
Expect(PacketTypeVersionNegotiation.String()).To(Equal("Version Negotiation"))
|
||||
Expect(PacketTypeInitial.String()).To(Equal("Initial"))
|
||||
Expect(PacketTypeRetry.String()).To(Equal("Retry"))
|
||||
Expect(PacketTypeHandshake.String()).To(Equal("Handshake"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue