summaryrefslogtreecommitdiff
path: root/toxcore/DHT.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/DHT.h')
-rw-r--r--toxcore/DHT.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/toxcore/DHT.h b/toxcore/DHT.h
index eb889d5d..b649338a 100644
--- a/toxcore/DHT.h
+++ b/toxcore/DHT.h
@@ -109,6 +109,9 @@ typedef struct {
109 /* 1 if currently hole punching, otherwise 0 */ 109 /* 1 if currently hole punching, otherwise 0 */
110 uint8_t hole_punching; 110 uint8_t hole_punching;
111 uint32_t punching_index; 111 uint32_t punching_index;
112 uint32_t tries;
113 uint32_t punching_index2;
114
112 uint64_t punching_timestamp; 115 uint64_t punching_timestamp;
113 uint64_t recvNATping_timestamp; 116 uint64_t recvNATping_timestamp;
114 uint64_t NATping_id; 117 uint64_t NATping_id;