rakshasa / rtorrent

rTorrent BitTorrent client
https://github.com/rakshasa/rtorrent/wiki
GNU General Public License v2.0
4.15k stars 414 forks source link

rTorrent not downloading and uploading when changing buffer size. #1120

Closed vineryap closed 3 years ago

vineryap commented 3 years ago

I'm running rtorrent on mac mini apple m1 chip.

When I turn on those setting below rtorrent will not uploading nor downloading, and I'm not sure why.

network.receive_buffer.size.set =  4M
network.send_buffer.size.set    = 12M

I read the docs https://github.com/rakshasa/rtorrent/wiki/Performance-Tuning#networking-tweaks The configuration is for linux.

So I guess it will be a different configuration for macos, maybe anyone know how to do the same thing on macos?

rakshasa commented 3 years ago

Those are directly translated to ioctl calls so if it doesn't work on your system, then tweak them until they do.