mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 13:17:36 +03:00
keep increasing the packet number after version negotiation and retry
This commit is contained in:
parent
1abf9e1b37
commit
178ac0dacb
8 changed files with 59 additions and 13 deletions
|
@ -1325,6 +1325,7 @@ var _ = Describe("Client Session", func() {
|
|||
protocol.ConnectionID{8, 7, 6, 5, 4, 3, 2, 1},
|
||||
populateClientConfig(&Config{}, true),
|
||||
nil, // tls.Config
|
||||
42, // initial packet number
|
||||
nil, // transport parameters
|
||||
protocol.VersionWhatever,
|
||||
utils.DefaultLogger,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue