summaryrefslogtreecommitdiff
path: root/toxcore/TCP_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/TCP_client.h')
-rw-r--r--toxcore/TCP_client.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/toxcore/TCP_client.h b/toxcore/TCP_client.h
index 2622b4f7..9998d20c 100644
--- a/toxcore/TCP_client.h
+++ b/toxcore/TCP_client.h
@@ -52,11 +52,16 @@ typedef struct {
52 uint16_t last_packet_length; 52 uint16_t last_packet_length;
53 uint16_t last_packet_sent; 53 uint16_t last_packet_sent;
54 54
55 TCP_Priority_List *priority_queue_start, *priority_queue_end;
56
55 uint64_t kill_at; 57 uint64_t kill_at;
56 58
57 uint64_t last_pinged; 59 uint64_t last_pinged;
58 uint64_t ping_id; 60 uint64_t ping_id;
59 61
62 uint64_t ping_response_id;
63 uint64_t ping_request_id;
64
60 void *net_crypto_pointer; 65 void *net_crypto_pointer;
61 uint32_t net_crypto_location; 66 uint32_t net_crypto_location;
62 struct { 67 struct {