node-cluster-socket.io
node-cluster-socket.io copied to clipboard
How will the behaviour be when the requests come via corporate proxy or NAT environment
If we use IP Address for hashing, then it might not work in a corporate proxy or users behind a NAT environment as all requests emanating from that environment would have same IP. Do we need to use IP and Port of client to perform hashing?