summaryrefslogtreecommitdiff
path: root/toxcore/TCP_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/TCP_connection.h')
-rw-r--r--toxcore/TCP_connection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxcore/TCP_connection.h b/toxcore/TCP_connection.h
index e0a3988e..edf9ec8f 100644
--- a/toxcore/TCP_connection.h
+++ b/toxcore/TCP_connection.h
@@ -115,8 +115,8 @@ int send_packet_tcp_connection(TCP_Connections *tcp_c, int connections_number, c
115 115
116/* Return a random TCP connection number for use in send_tcp_onion_request. 116/* Return a random TCP connection number for use in send_tcp_onion_request.
117 * 117 *
118 * TODO: This number is just the index of an array that the elements can 118 * TODO(irungentoo): This number is just the index of an array that the elements
119 * change without warning. 119 * can change without warning.
120 * 120 *
121 * return TCP connection number on success. 121 * return TCP connection number on success.
122 * return -1 on failure. 122 * return -1 on failure.