diff options
author | aunsane <aunsane@gmail.com> | 2017-12-18 15:17:26 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2017-12-18 20:37:16 +0300 |
commit | 215c3b0f8ba4a6b754936b0ebcbd5cb9a30c7e46 (patch) | |
tree | 9c56d4160a2a6e6d09e38eecc6740e15df0ffbc4 /protocols/Tox/src/resource.h | |
parent | 97254a71ba33edf4c829e4c4b0c4961c6348045f (diff) |
Tox: added 2 new options
- UDP hole-punching
- local network peer discovery
Diffstat (limited to 'protocols/Tox/src/resource.h')
-rw-r--r-- | protocols/Tox/src/resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
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
|