From 215c3b0f8ba4a6b754936b0ebcbd5cb9a30c7e46 Mon Sep 17 00:00:00 2001 From: aunsane Date: Mon, 18 Dec 2017 15:17:26 +0300 Subject: Tox: added 2 new options - UDP hole-punching - local network peer discovery --- protocols/Tox/src/resource.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocols/Tox/src/resource.h') diff --git a/protocols/Tox/src/resource.h b/protocols/Tox/src/resource.h index a036587e91..b5f13e9d32 100644 --- a/protocols/Tox/src/resource.h +++ b/protocols/Tox/src/resource.h @@ -27,8 +27,9 @@ #define IDC_ENABLE_IPV6 1008 #define IDC_PROFILE_EXPORT 1009 #define IDC_DNS_ID 1010 +#define IDC_ENABLE_HOLEPUNCHING 1010 #define IDC_PROFILE_NEW 1011 -#define IDC_SAVEPERMANENT 1012 +#define IDC_ENABLE_LOCALDISCOVERY 1012 #define IDC_PROFILE_IMPORT 1013 #define IDC_SAVEPERMANENTLY 1014 #define IDC_NODESLIST 1015 -- cgit v1.2.3