Hacker News new | ask | show | jobs
by mistrial9 854 days ago
hash collisions?
2 comments

I'd bet it's this, plus something even stupider like hashing a connection timestamp millisecond as the "uniqueness" of the hash. I've seen a lot of terrible code implementations that assume that there will never be two clients connecting in the exact same millisecond
This sounds like a pretty decent guess to me. I bet you are right.