mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 13:17:36 +03:00
Merge pull request #1306 from lucas-clemente/new-header
implement the new IETF QUIC packet header
This commit is contained in:
commit
c1d8c8940e
39 changed files with 799 additions and 501 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue