summaryrefslogtreecommitdiff
path: root/toxcore/Lossless_UDP.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/Lossless_UDP.h')
-rw-r--r--toxcore/Lossless_UDP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/Lossless_UDP.h b/toxcore/Lossless_UDP.h
index b23d602a..01ce05f9 100644
--- a/toxcore/Lossless_UDP.h
+++ b/toxcore/Lossless_UDP.h
@@ -156,7 +156,7 @@ int new_connection(Lossless_UDP *ludp, IP_Port ip_port);
156int getconnection_id(Lossless_UDP *ludp, IP_Port ip_port); 156int getconnection_id(Lossless_UDP *ludp, IP_Port ip_port);
157 157
158/* 158/*
159 * return an integer corresponding to the next connection in our incoming connection list with at least numpackets in the recieve queue. 159 * return an integer corresponding to the next connection in our incoming connection list with at least numpackets in the receive queue.
160 * return -1 if there are no new incoming connections in the list. 160 * return -1 if there are no new incoming connections in the list.
161 */ 161 */
162int incoming_connection(Lossless_UDP *ludp, uint32_t numpackets); 162int incoming_connection(Lossless_UDP *ludp, uint32_t numpackets);