diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-04-06 14:11:07 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-04-06 14:11:07 +0200 |
commit | a84c32cf30a369cd44d8ce7cc8df3277973051f1 (patch) | |
tree | 4f7dae7ce96f60fc63a277d0366a97f22f07abb5 /doc/en/autogen/user | |
parent | 6ebd97cc63f7953d5ae78db6c1331184504e6b70 (diff) | |
download | weechat-a84c32cf30a369cd44d8ce7cc8df3277973051f1.zip |
xfer: add option xfer.network.speed_limit_recv (closes #269)
For consistency, the option xfer.network.speed_limit has been renamed to
xfer.network.speed_limit_send.
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/xfer_options.adoc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/en/autogen/user/xfer_options.adoc b/doc/en/autogen/user/xfer_options.adoc index b41f67b26..d6e502055 100644 --- a/doc/en/autogen/user/xfer_options.adoc +++ b/doc/en/autogen/user/xfer_options.adoc @@ -164,7 +164,13 @@ ** values: on, off ** default value: `+on+` -* [[option_xfer.network.speed_limit]] *xfer.network.speed_limit* +* [[option_xfer.network.speed_limit_recv]] *xfer.network.speed_limit_recv* +** description: pass:none[speed limit for receiving files, in kilo-bytes by second (0 means no limit)] +** type: integer +** values: 0 .. 2147483647 +** default value: `+0+` + +* [[option_xfer.network.speed_limit_send]] *xfer.network.speed_limit_send* ** description: pass:none[speed limit for sending files, in kilo-bytes by second (0 means no limit)] ** type: integer ** values: 0 .. 2147483647 |