rename the packet types according to recent draft changes

This commit is contained in:
Marten Seemann
2017-11-01 10:15:03 +07:00
parent 49e305f97f
commit 3e6f66da79
5 changed files with 16 additions and 18 deletions

View File

@@ -434,7 +434,7 @@ var _ = Describe("Server", func() {
config.Versions = []protocol.VersionNumber{99}
b := &bytes.Buffer{}
hdr := wire.Header{
Type: protocol.PacketTypeClientInitial,
Type: protocol.PacketTypeInitial,
IsLongHeader: true,
ConnectionID: 0x1337,
PacketNumber: 0x55,