handle Version Negotiation packets in the session

This commit is contained in:
Marten Seemann
2020-06-30 17:13:50 +07:00
parent 6b42c7a045
commit 06ad477b9b
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