Hacker News new | ask | show | jobs
by CharlesW 1229 days ago
It's not anymore. See https://github.com/transmission/transmission/issues/597, tagged "pr welcome".
1 comments

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 );

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