Fix sniff QUIC hidden in three or more packets

This commit is contained in:
世界 2025-02-18 18:12:53 +08:00
parent ff31c469a0
commit 093013687c
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
2 changed files with 21 additions and 1 deletions

View file

@ -622,7 +622,7 @@ func (r *Router) actionSniff(
Destination: destination,
}
packetBuffers = append(packetBuffers, packetBuffer)
if E.IsMulti(err, sniff.ErrClientHelloFragmented) && len(packetBuffers) == 0 {
if E.IsMulti(err, sniff.ErrClientHelloFragmented) {
r.logger.DebugContext(ctx, "attempt to sniff fragmented QUIC client hello")
continue
}