elad / node-cluster-socket.io

Writeup on how to make node.js cluster and socket.io play nice
421 stars 63 forks source link

How will the behaviour be when the requests come via corporate proxy or NAT environment #32

Open techwizardg opened 6 years ago

techwizardg commented 6 years ago

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?