From fe5439f6a06b313dc0134b178608f0d4e7c4e173 Mon Sep 17 00:00:00 2001 From: Ramkumar Ramachandra Date: Sun, 17 Nov 2013 12:39:45 +0530 Subject: [PATCH] rtorrent.1.xml: document set_* functions for throttle Signed-off-by: Ramkumar Ramachandra --- doc/old/rtorrent.1.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/old/rtorrent.1.xml b/doc/old/rtorrent.1.xml index 8239229a..57dfd0b4 100644 --- a/doc/old/rtorrent.1.xml +++ b/doc/old/rtorrent.1.xml @@ -606,6 +606,8 @@ commands are available. upload_rate = KB download_rate = KB + set_upload_rate = TODO + set_download_rate = TODO Set the maximum global uploand and download rates. @@ -638,6 +640,8 @@ Set the maximum number of simultaneous uploads per download. max_uploads_div = value max_downloads_div = value + set_max_uploads_div = value + set_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 @@ -648,6 +652,8 @@ setting 0. max_uploads_global = value max_downloads_global = value + set_max_uploads_global = value + set_max_downloads_global = value Max upload and download slots allowed. Disable by setting 0.