Ce sont des commandes rTorrent. Voici un extrait du man de rTorrent :
rTorrent wrote:THROTTLE SETTINGS
upload_rate = KB, download_rate = KB => Accessible via Paramètres>Connexion>Limitation de la bande passante
Set the maximum global uploand and download rates.
min_peers = value, max_peers = value => Nombre min/max de clients (par torrent)
Set the minimum and maximum number of peers to allow in each download.
min_peers_seed = value, max_peers_seed = value => Nombre minimum de sources (par torrent)
Set the minimum nad maximum number of peers to allow while seeding, or -1 (default) to use max_peers.
max_uploads = value => Nombre de slots d'envoi (par torrent)
Set the maximum number of simultaneous uploads per download.
max_uploads_div = value, max_downloads_div = value
Change the divider used to calculate the max upload and download slots to use when the throttle is changed. Disable by setting 0.
max_uploads_global = value, max_downloads_global = value => Accessible via Paramètres>Connexion>Autres Limitations (2 premiers)
Max upload and download slots allowed. Disable by setting 0.
C'est configuré par défaut dans le .rtorrent.rc :
min_peers = 40
max_peers = 100
min_peers_seed = 10
max_peers_seed = 50
max_uploads = 15
Ces valeurs sont accessibles via Paramètres>Téléchargement = Configuration globale ou via "BTN droit sur un torrent">Propriétés = Configuration uniquement sur ce torrent avec possibilité de "Superseed".
Si tu modifies via
ruTorrent, les valeurs seront perdues lors d'un reboot de
rTorrent. Pour conserver ces valeurs, il faut modifier directement le fichier .rtorrent.rc.
++ Nico