forked from quic-go/quic-go
only arm the application data PTO timer after the handshake is confirmed
This commit is contained in:
@@ -28,7 +28,7 @@ type SentPacketHandler interface {
|
||||
ReceivedBytes(protocol.ByteCount)
|
||||
DropPackets(protocol.EncryptionLevel)
|
||||
ResetForRetry() error
|
||||
SetHandshakeComplete()
|
||||
SetHandshakeConfirmed()
|
||||
|
||||
// The SendMode determines if and what kind of packets can be sent.
|
||||
SendMode() SendMode
|
||||
|
||||
Reference in New Issue
Block a user