Hacker News new | ask | show | jobs
by calvinmorrison 1229 days ago
sure... the code fix has been around for over 15 years at this point. Its even in their old tracker wiki

Replace:

/* otherwise go with our random seed / return tr_compareUint16( a->random, b->random ); With:

/ otherwise download the pieces in order */ return tr_compareUint16( a->piece, b->piece );

1 comments

Surprisingly trivial. Hopefully, someone who cares about this will contribute!
Its been contributed for a decade. And rejected for as long. I myself just have a patched version running. Yay for open source I guess