summaryrefslogtreecommitdiff
path: root/toxcore/Lossless_UDP.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/Lossless_UDP.h')
-rw-r--r--toxcore/Lossless_UDP.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/toxcore/Lossless_UDP.h b/toxcore/Lossless_UDP.h
index 794381de..d2f1986f 100644
--- a/toxcore/Lossless_UDP.h
+++ b/toxcore/Lossless_UDP.h
@@ -134,14 +134,8 @@ typedef struct {
134 tox_array connections; 134 tox_array connections;
135 135
136 /* Table of random numbers used in handshake_id. */ 136 /* Table of random numbers used in handshake_id. */
137#ifdef TOX_ENABLE_IPV6
138 /* IPv6 (16) + port (2)*/ 137 /* IPv6 (16) + port (2)*/
139 uint32_t randtable[18][256]; 138 uint32_t randtable[18][256];
140#else
141 /* IPv4 (4) + port (2) */
142 uint32_t randtable[6][256];
143#endif
144
145} Lossless_UDP; 139} Lossless_UDP;
146 140
147/* 141/*