1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-06 09:15:37 -05:00

MemoryStreamSettings

This commit is contained in:
Darien Raymond
2018-09-07 14:50:25 +02:00
parent 49a5f23c0c
commit b3847fb7c0
23 changed files with 161 additions and 97 deletions

View File

@@ -33,7 +33,7 @@ type tcpWorker struct {
address net.Address
port net.Port
proxy proxy.Inbound
stream *internet.StreamConfig
stream *internet.MemoryStreamConfig
recvOrigDest bool
tag string
dispatcher core.Dispatcher