Merge pull request #2640 from lucas-clemente/rewrite-version-negotiation-handling

handle Version Negotiation packets in the session
This commit is contained in:
Marten Seemann
2020-07-01 15:24:19 +07:00
committed by GitHub
6 changed files with 226 additions and 298 deletions

View File

@@ -49,7 +49,6 @@ type quicSession interface {
run() error
destroy(error)
shutdown()
closeForRecreating() protocol.PacketNumber
}
// A Listener of QUIC