0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-04-28 14:21:25 +03:00
Xray-core/common/protocol/protocol.go

8 lines
193 B
Go
Raw Permalink Normal View History

2020-12-04 09:36:16 +08:00
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")