1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-03 15:55:20 -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

@@ -146,6 +146,7 @@ func (this *Server) handlerUDPPayload(payload *alloc.Buffer, session *proxy.Sess
func (this *Server) handleConnection(conn internet.Connection) {
defer conn.Close()
conn.SetReusable(false)
timedReader := v2net.NewTimeOutReader(16, conn)
defer timedReader.Release()