diff options
Diffstat (limited to 'toxcore/Lossless_UDP.c')
-rw-r--r-- | toxcore/Lossless_UDP.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/Lossless_UDP.c b/toxcore/Lossless_UDP.c index c0db8a10..9a7cdcb2 100644 --- a/toxcore/Lossless_UDP.c +++ b/toxcore/Lossless_UDP.c | |||
@@ -292,7 +292,7 @@ static int new_inconnection(Lossless_UDP *ludp, IP_Port ip_port) | |||
292 | } | 292 | } |
293 | 293 | ||
294 | /* | 294 | /* |
295 | * return an integer corresponding to the next connection in our incoming connection list with at least numpackets in the recieve queue. | 295 | * return an integer corresponding to the next connection in our incoming connection list with at least numpackets in the receive queue. |
296 | * return -1 if there are no new incoming connections in the list. | 296 | * return -1 if there are no new incoming connections in the list. |
297 | */ | 297 | */ |
298 | int incoming_connection(Lossless_UDP *ludp, uint32_t numpackets) | 298 | int incoming_connection(Lossless_UDP *ludp, uint32_t numpackets) |