optimize(udp)/fix(quicSniffer): optimize performance of udp and fix a potential panic of quic (#301)

This commit is contained in:
mzz
2023-11-15 14:32:57 +08:00
committed by GitHub
parent dedc716413
commit 25c047a766
33 changed files with 968 additions and 466 deletions

View File

@ -47,7 +47,7 @@ const (
)
var (
UnsupportedQuestionTypeError = fmt.Errorf("unsupported question type")
ErrUnsupportedQuestionType = fmt.Errorf("unsupported question type")
)
var (