forked from quic-go/quic-go
log undecrytable packets after the handshake
This commit is contained in:
@@ -775,6 +775,7 @@ func (s *session) scheduleSending() {
|
||||
|
||||
func (s *session) tryQueueingUndecryptablePacket(p *receivedPacket) {
|
||||
if s.handshakeComplete {
|
||||
utils.Debugf("Received undecryptable packet from %s after the handshake: %#v, %d bytes data", p.remoteAddr.String(), p.publicHeader, len(p.data))
|
||||
return
|
||||
}
|
||||
if len(s.undecryptablePackets)+1 > protocol.MaxUndecryptablePackets {
|
||||
|
||||
Reference in New Issue
Block a user