summaryrefslogtreecommitdiff
path: root/toxcore/tox.api.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/tox.api.h')
-rw-r--r--toxcore/tox.api.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/toxcore/tox.api.h b/toxcore/tox.api.h
index 1c3b1121..241441b8 100644
--- a/toxcore/tox.api.h
+++ b/toxcore/tox.api.h
@@ -473,7 +473,9 @@ static class options {
473 * 473 *
474 * Setting this to false will force Tox to use TCP only. Communications will 474 * Setting this to false will force Tox to use TCP only. Communications will
475 * need to be relayed through a TCP relay node, potentially slowing them down. 475 * need to be relayed through a TCP relay node, potentially slowing them down.
476 * Disabling UDP support is necessary when using anonymous proxies or Tor. 476 *
477 * If a proxy is enabled, UDP will be disabled if either toxcore or the
478 * proxy don't support proxying UDP messages.
477 */ 479 */
478 bool udp_enabled; 480 bool udp_enabled;
479 481