0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-18 22:29:49 +03:00
Files
Xray-core/common/protocol/protocol.go
2025-04-28 10:03:03 +00:00

8 lines
193 B
Go

package protocol // import "github.com/xtls/xray-core/common/protocol"
import (
"errors"
)
var ErrProtoNeedMoreData = errors.New("protocol matches, but need more data to complete sniffing")