v2ray-core/common/protocol/payload.go

9 lines
125 B
Go
Raw Normal View History

2017-05-02 20:23:07 +00:00
package protocol
type TransferType int
const (
TransferTypeStream TransferType = 0
TransferTypePacket TransferType = 1
)