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

@@ -43,7 +43,7 @@ type quicSession interface {
GetVersion() protocol.VersionNumber
run() error
destroy(error)
closeForRecreating()
closeForRecreating() protocol.PacketNumber
closeRemote(error)
}