1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

xfer: improve help on option xfer.network.send_ack (issue #1171)

This commit is contained in:
Sébastien Helleu
2018-03-31 13:38:40 +02:00
parent 5a58b92044
commit 4306613536
+5 -1
View File
@@ -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 (