From 377da127a1e19f96f75da8b4c59eee6a947cab3b Mon Sep 17 00:00:00 2001 From: Maxim Biro Date: Sat, 13 Dec 2014 23:44:51 -0500 Subject: Added HTTP proxy support --- toxcore/tox.h | 1 + 1 file changed, 1 insertion(+) (limited to 'toxcore/tox.h') diff --git a/toxcore/tox.h b/toxcore/tox.h index 3b72eede..f2c102ab 100644 --- a/toxcore/tox.h +++ b/toxcore/tox.h @@ -892,6 +892,7 @@ typedef struct { uint8_t proxy_enabled; char proxy_address[256]; /* Proxy ip or domain in NULL terminated string format. */ uint16_t proxy_port; /* Proxy port: in host byte order. */ + uint8_t proxy_is_http; /*1: HTTP proxy, 0: SOCKS5 proxy*/ } Tox_Options; /* -- cgit v1.2.3