summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/Messenger.c')
-rw-r--r--toxcore/Messenger.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxcore/Messenger.c b/toxcore/Messenger.c
index b8509706..9014d56d 100644
--- a/toxcore/Messenger.c
+++ b/toxcore/Messenger.c
@@ -2979,8 +2979,8 @@ uint32_t messenger_size(const Messenger *m)
2979 + sizesubhead + m->name_length // Own nickname. 2979 + sizesubhead + m->name_length // Own nickname.
2980 + sizesubhead + m->statusmessage_length // status message 2980 + sizesubhead + m->statusmessage_length // status message
2981 + sizesubhead + 1 // status 2981 + sizesubhead + 1 // status
2982 + sizesubhead + NUM_SAVED_TCP_RELAYS * packed_node_size(net_family_tcp_ipv6) //TCP relays 2982 + sizesubhead + NUM_SAVED_TCP_RELAYS * packed_node_size(net_family_tcp_ipv6) // TCP relays
2983 + sizesubhead + NUM_SAVED_PATH_NODES * packed_node_size(net_family_tcp_ipv6) //saved path nodes 2983 + sizesubhead + NUM_SAVED_PATH_NODES * packed_node_size(net_family_tcp_ipv6) // saved path nodes
2984 + sizesubhead; 2984 + sizesubhead;
2985} 2985}
2986 2986