elad / node-cluster-socket.io

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

Added farmhash to support IPv6. Added test for IPv6. Updated readme. #29

Closed MickL closed 7 years ago

MickL commented 7 years ago

Currently ALL supplied hash-functions did not work with IPv6. Farmhash does not only outplay them with performance, but is the only one which supports IPv6.