diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-31 13:38:40 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-31 13:39:20 +0200 |
commit | 4306613536a1ff0bf006c800925cee12cef0a8b9 (patch) | |
tree | 16086fcfb0d924a6c805fd2f8c393e1845511c07 /src/plugins/xfer/xfer-config.c | |
parent | 5a58b9204439fff4da9eeaa0d72e143a0990e8d2 (diff) | |
download | weechat-4306613536a1ff0bf006c800925cee12cef0a8b9.zip |
xfer: improve help on option xfer.network.send_ack (issue #1171)
Diffstat (limited to 'src/plugins/xfer/xfer-config.c')
-rw-r--r-- | src/plugins/xfer/xfer-config.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/plugins/xfer/xfer-config.c b/src/plugins/xfer/xfer-config.c index 8b389647f..834f0b65f 100644 --- a/src/plugins/xfer/xfer-config.c +++ b/src/plugins/xfer/xfer-config.c @@ -287,7 +287,11 @@ xfer_config_init () xfer_config_network_send_ack = weechat_config_new_option ( xfer_config_file, ptr_section, "send_ack", "boolean", - N_("does not send acks when receiving files"), + N_("send acks when receiving files; if disabled, the transfer may " + "freeze if the sender is waiting for acks (for example a weechat " + "sender 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"), NULL, 0, 0, "on", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); xfer_config_network_speed_limit = weechat_config_new_option ( |