summaryrefslogtreecommitdiff
path: root/toxcore/TCP_server.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-04-22 20:28:40 -0400
committerirungentoo <irungentoo@gmail.com>2014-04-22 20:28:40 -0400
commit1bfe15ee88844bdbd43052b4026202cf924ad6ca (patch)
treea740f16199cf0a263447e2084dd8906028a7b268 /toxcore/TCP_server.h
parentc46ab5821d0fa8c604de52e15009e2b8da5d9c07 (diff)
Decided pretty much how the handshake would work.
Started writing the code. Astyled some files.
Diffstat (limited to 'toxcore/TCP_server.h')
-rw-r--r--toxcore/TCP_server.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/toxcore/TCP_server.h b/toxcore/TCP_server.h
index e4c45dad..26cfa493 100644
--- a/toxcore/TCP_server.h
+++ b/toxcore/TCP_server.h
@@ -54,8 +54,6 @@
54 54
55#define ARRAY_ENTRY_SIZE 6 55#define ARRAY_ENTRY_SIZE 6
56 56
57#define TCP_ONION_FAMILY (AF_INET6 + 1)
58
59/* frequency to ping connected nodes and timeout in seconds */ 57/* frequency to ping connected nodes and timeout in seconds */
60#define TCP_PING_FREQUENCY 30 58#define TCP_PING_FREQUENCY 30
61#define TCP_PING_TIMEOUT 20 59#define TCP_PING_TIMEOUT 20