mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-28 13:05:28 -05:00
support packet transfer type in mux
This commit is contained in:
8
common/protocol/payload.go
Normal file
8
common/protocol/payload.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package protocol
|
||||
|
||||
type TransferType int
|
||||
|
||||
const (
|
||||
TransferTypeStream TransferType = 0
|
||||
TransferTypePacket TransferType = 1
|
||||
)
|
||||
Reference in New Issue
Block a user