rakshasa / libtorrent

libTorrent BitTorrent library
http://rtorrent.net/downloads/
GNU General Public License v2.0
886 stars 209 forks source link

Increase max throttle speed to 33 gigabits #252

Closed stickz closed 2 weeks ago

stickz commented 2 weeks ago

This commit increases the max throttle speed from 1.6 gigabits to 33 gigabits.

It's no longer possible to use a bit shift operator and we must use some 64 bit unsigned integers.

This is critically useful for ruTorrent to restore throttle functionality, since many connections now exceed 1.6 gigabits.

rakshasa commented 2 weeks ago

Merged.