protocol.go 215 B

123456789
  1. package protocol
  2. import (
  3. "errors"
  4. )
  5. //go:generate go run github.com/v2fly/v2ray-core/v5/common/errors/errorgen
  6. var ErrProtoNeedMoreData = errors.New("protocol matches, but need more data to complete sniffing")