LINUX.ORG.RU

[rtorrent] Периодичность обновления трэкера...

 


0

0

Привет, всем читающим. У меня два вопроса касаемо rtorrent:

1. Как установить периодичность обновления трэкеров?

2. Порою на некоторых раздачах мало сидов, но такая же точно раздача существует на другом трэкере, есть ли возможность добавить к конкретной закачке rtorrent еще один трэкер?


1. https://calomel.org/rtorrent_mods.html

Decrease the time delay when your client connects to the trackers

rTorrent will normally limit the time between connections to the tracker to 1800 seconds or 30 minutes. You may think this is too long and may want to change it to 600 seconds or 10 minutes. This way your client will go out every 600 seconds and get more client ips from the tracker to connect with. It is not recommended to set this value under 120 seconds as the tracker will probably consider it abusive. On a related note, make sure your client takes advantage of the distributed hash table (DHT) support which would allow you to be a backup tracker when all other trackers are down or can not deliver enough peers, as well as enabling tracker-less torrents.

    # Decrease the polling time to connect to trackers

    edit file:  vi libtorrent-0.12.5/src/torrent/tracker.cc
     old line #:49  m_normalInterval(1800),
     new line #:49  m_normalInterval(600),

    edit file:  vi libtorrent-0.12.5/src/torrent/tracker.h
     old line #:100 void set_normal_interval(int v) { if (v >= 60 && v <= 3600) m_normalInterval = v;}
     new line #:100 void set_normal_interval(int v) { if (v >= 60 && v <= 600) m_normalInterval = v;}

2. Отредактировать .torrent файл и загрузить его заново.

edigaryev ★★★★★
()
Ответ на: комментарий от edigaryev

Благодарю.

1. https://calomel.org/rtorrent_mods.html

Значит придется собирать из исходников(

2. Отредактировать .torrent файл и загрузить его заново.

Гениальное просто)

MIV
() автор топика
Ответ на: комментарий от edigaryev

Собрал libtorrent-0.12.6, работает, только пришлось линк делать:

ln -s /usr/local/lib/libtorrent.so.11.0.6 /usr/lib/libtorrent.so.11
MIV
() автор топика
Ответ на: комментарий от edigaryev

автотулс (configure) стеной текста по ключу --help и не только тоже об этом мягко намекают

tensai_cirno ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.