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

dont reuse shadowsock connections

This commit is contained in:
Darien Raymond
2016-11-02 22:18:25 +01:00
parent 68b85cce60
commit c5a92e00ef
2 changed files with 3 additions and 0 deletions

View File

@@ -61,6 +61,8 @@ func (this *Client) Dispatch(destination v2net.Destination, payload *alloc.Buffe
}
log.Info("Shadowsocks|Client: Tunneling request to ", destination, " via ", server.Destination())
conn.SetReusable(false)
request := &protocol.RequestHeader{
Version: Version,
Address: destination.Address,