1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-01 03:25:23 +00:00
v2fly/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
)