mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-04-16 12:35:54 +00:00
8 lines
193 B
Go
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")
|