summaryrefslogtreecommitdiff
path: root/toxcore/DHT.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/DHT.h')
-rw-r--r--toxcore/DHT.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/toxcore/DHT.h b/toxcore/DHT.h
index 98fa18d6..edba0ad4 100644
--- a/toxcore/DHT.h
+++ b/toxcore/DHT.h
@@ -59,12 +59,6 @@
59#define PING_ROUNDTRIP 2 59#define PING_ROUNDTRIP 2
60#define BAD_NODE_TIMEOUT (PING_INTERVAL + PINGS_MISSED_NODE_GOES_BAD * (PING_INTERVAL + PING_ROUNDTRIP)) 60#define BAD_NODE_TIMEOUT (PING_INTERVAL + PINGS_MISSED_NODE_GOES_BAD * (PING_INTERVAL + PING_ROUNDTRIP))
61 61
62/* Redefinitions of variables for safe transfer over wire. */
63#define TOX_AF_INET 2
64#define TOX_AF_INET6 10
65#define TOX_TCP_INET 130
66#define TOX_TCP_INET6 138
67
68/* The number of "fake" friends to add (for optimization purposes and so our paths for the onion part are more random) */ 62/* The number of "fake" friends to add (for optimization purposes and so our paths for the onion part are more random) */
69#define DHT_FAKE_FRIEND_NUMBER 2 63#define DHT_FAKE_FRIEND_NUMBER 2
70 64