v2ray-core/common/protocol/payload.go

9 lines
125 B
Go

package protocol
type TransferType int
const (
TransferTypeStream TransferType = 0
TransferTypePacket TransferType = 1
)