summaryrefslogtreecommitdiff
path: root/toxcore/net_crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/net_crypto.h')
-rw-r--r--toxcore/net_crypto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/toxcore/net_crypto.h b/toxcore/net_crypto.h
index de6c9c7a..995b6f67 100644
--- a/toxcore/net_crypto.h
+++ b/toxcore/net_crypto.h
@@ -137,7 +137,8 @@ typedef struct {
137 uint32_t packets_left; 137 uint32_t packets_left;
138 uint64_t last_packets_left_set; 138 uint64_t last_packets_left_set;
139 139
140 double dropped; 140 double dropped, drop_ignore, rate_increase;
141 uint64_t drop_ignore_start, rate_increase_stop_start;
141 uint32_t packets_resent; 142 uint32_t packets_resent;
142 143
143 uint8_t sending; /* indicates if data is being sent or not. */ 144 uint8_t sending; /* indicates if data is being sent or not. */