maybe in server.go line 41, dstServer, err := net.DialTCP("tcp", nil, request.RAWADDR) the same request.RAWADDR,but still build a new connect. but i don't know how to fix it
maybe in server.go line 41,
dstServer, err := net.DialTCP("tcp", nil, request.RAWADDR)
the same request.RAWADDR,but still build a new connect.
but i don't know how to fix it