mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-24 06:39:45 +07:00
optimize(udp)/fix(quicSniffer): optimize performance of udp and fix a potential panic of quic (#301)
This commit is contained in:
@ -47,7 +47,7 @@ const (
|
||||
)
|
||||
|
||||
var (
|
||||
UnsupportedQuestionTypeError = fmt.Errorf("unsupported question type")
|
||||
ErrUnsupportedQuestionType = fmt.Errorf("unsupported question type")
|
||||
)
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user