1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-29 05:25:21 -05:00

integrate mux in vmess server

This commit is contained in:
Darien Raymond
2017-05-17 21:13:01 +02:00
parent fcafd4e8f8
commit 06d4c37889
6 changed files with 60 additions and 44 deletions

View File

@@ -13,6 +13,7 @@ type RequestCommand byte
const (
RequestCommandTCP = RequestCommand(0x01)
RequestCommandUDP = RequestCommand(0x02)
RequestCommandMux = RequestCommand(0x03)
)
func (c RequestCommand) TransferType() TransferType {