Files
Xray-core/common/protocol/protocol.go
T

8 lines
193 B
Go
Raw 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")