Skip to content

Instantly share code, notes, and snippets.

@brosahay
Last active May 29, 2024 08:30
Show Gist options
  • Save brosahay/2f1ab9bc57b52f38b01d8723e004c187 to your computer and use it in GitHub Desktop.
Save brosahay/2f1ab9bc57b52f38b01d8723e004c187 to your computer and use it in GitHub Desktop.
Optimal settings for uTorrent

Options -> Preferences

Connection

  • Port used for incoming connections [ 50000 - 65000 ]
  • Uncheck UPnP Port Mapping Check
  • Add uTorrent to Windows Firewall exceptions

Bittorrent

  • Global maxim number of connections [ 500 ]
  • Maximum number of connected peers per torrent [ 200 ]
  • Number of upload slots per torrent [ 200 ]
  • Uncheck Enable DHT Network
  • Uncheck Enable DHT for new torrents
  • Uncheck Enable Peer Exchange
  • Outgoing: Enabled
  • Check Allow incoming legacy connections

Queueing

  • Maximum number of active torrents [ 100 ]
  • Maximum number of active downloads [ 100 ]

Advanced

  • net.low_cpu = false
  • net.max_halfopen = 43
  • peer.disconnect_inactive_intervall = 500
  • diskio.sparse_files =true
  • peer.lazy_bitfield=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment