From 689dce5943127edb935a07ec0536a325a3cc0e05 Mon Sep 17 00:00:00 2001 From: z3bra Date: Wed, 2 Nov 2016 13:54:01 +0100 Subject: Update Tox_Options fields name --- ratox.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ratox.c b/ratox.c index 918979a..4808dde 100644 --- a/ratox.c +++ b/ratox.c @@ -1178,13 +1178,13 @@ localinit(void) static int toxinit(void) { - toxopt.ipv6enabled = ipv6; - toxopt.udp_disabled = tcp; + toxopt.ipv6_enabled = ipv6; + toxopt.udp_enabled = !tcp; if (proxy) { tcp = 1; - toxopt.udp_disabled = tcp; + toxopt.udp_enabled = !tcp; logmsg("Net > Forcing TCP mode\n"); - snprintf(toxopt.proxy_address, sizeof(toxopt.proxy_address), + snprintf(toxopt.proxy_host, sizeof(toxopt.proxy_host), "%s", proxyaddr); toxopt.proxy_port = proxyport; toxopt.proxy_type = proxytype; -- cgit v1.2.3