From ca75c014a41c2d207f705f49a9e0ce696dc0f0a7 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sat, 23 Jun 2018 14:24:04 +0000 Subject: Disable UDP when proxy is enabled. Currently, toxcore does not support UDP over proxies. In the future, we can relax this by disabling UDP only if the proxy doesn't support it. --- toxcore/tox.api.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'toxcore/tox.api.h') 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 { * * Setting this to false will force Tox to use TCP only. Communications will * need to be relayed through a TCP relay node, potentially slowing them down. - * Disabling UDP support is necessary when using anonymous proxies or Tor. + * + * If a proxy is enabled, UDP will be disabled if either toxcore or the + * proxy don't support proxying UDP messages. */ bool udp_enabled; -- cgit v1.2.3