1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-28 23:06:14 -04:00

debug info

This commit is contained in:
v2ray 2015-12-12 20:57:47 +01:00
parent 88851f2bc9
commit 1c5c1a7aef

View File

@ -181,6 +181,8 @@ func (this *SocksServer) handleSocks5(reader *v2net.TimeOutReader, writer io.Wri
return err
}
log.Info("TCP Connect request to %s", dest.String())
packet := v2net.NewPacket(dest, data, true)
this.transport(reader, writer, packet)
return nil