1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-05-02 18:49:08 -04:00

test case for UDP in freedom

This commit is contained in:
V2Ray
2015-10-04 20:22:52 +02:00
parent 1d1708ea3c
commit afb5448ffe
4 changed files with 155 additions and 33 deletions

View File

@@ -40,9 +40,6 @@ func (vconn *FreedomConnection) Start(ray core.OutboundRay) error {
}
if !vconn.packet.MoreChunks() {
if ray != nil {
close(ray.OutboundOutput())
}
writeMutex.Unlock()
} else {
go dumpInput(conn, input, &writeMutex)