diff options
Diffstat (limited to 'doc/en/autogen/user/xfer_options.adoc')
-rw-r--r-- | doc/en/autogen/user/xfer_options.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/en/autogen/user/xfer_options.adoc b/doc/en/autogen/user/xfer_options.adoc index de088dfe5..b41f67b26 100644 --- a/doc/en/autogen/user/xfer_options.adoc +++ b/doc/en/autogen/user/xfer_options.adoc @@ -158,6 +158,12 @@ ** values: any string ** default value: `+""+` +* [[option_xfer.network.send_ack]] *xfer.network.send_ack* +** description: pass:none[send acks when receiving files; if disabled, the transfer may freeze if the sender is waiting for acks (for example a WeeChat sending a file with option xfer.network.fast_send set to off); on the other hand, disabling send of acks may prevent a freeze if the acks are not sent immediately to the sender] +** type: boolean +** values: on, off +** default value: `+on+` + * [[option_xfer.network.speed_limit]] *xfer.network.speed_limit* ** description: pass:none[speed limit for sending files, in kilo-bytes by second (0 means no limit)] ** type: integer |