Merge pull request #1306 from lucas-clemente/new-header

implement the new IETF QUIC packet header
This commit is contained in:
Marten Seemann 2018-04-19 18:15:15 +09:00 committed by GitHub
commit c1d8c8940e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 799 additions and 501 deletions

View file

@ -107,7 +107,7 @@ var _ = Describe("Session", func() {
pSess, err = newSession(
mconn,
protocol.Version39,
0,
protocol.ConnectionID{8, 7, 6, 5, 4, 3, 2, 1},
scfg,
nil,
populateServerConfig(&Config{}),
@ -160,7 +160,7 @@ var _ = Describe("Session", func() {
pSess, err := newSession(
mconn,
protocol.Version39,
0,
protocol.ConnectionID{8, 7, 6, 5, 4, 3, 2, 1},
scfg,
nil,
conf,
@ -1732,7 +1732,7 @@ var _ = Describe("Client Session", func() {
mconn,
"hostname",
protocol.Version39,
0,
protocol.ConnectionID{8, 7, 6, 5, 4, 3, 2, 1},
nil,
populateClientConfig(&Config{}),
protocol.VersionWhatever,