keep increasing the packet number after version negotiation and retry

This commit is contained in:
Marten Seemann 2018-12-22 22:15:35 +06:30
parent 1abf9e1b37
commit 178ac0dacb
8 changed files with 59 additions and 13 deletions

View file

@ -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,