From e8c07680a6ed45d8282a87f63bdcf87b8cba195d Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Fri, 30 Aug 2019 12:04:39 +0900 Subject: [PATCH] Remove already resolved TODO comment --- cpp_impl/src/UDPConnection.h | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp_impl/src/UDPConnection.h b/cpp_impl/src/UDPConnection.h index 517f015..7cfa8b4 100644 --- a/cpp_impl/src/UDPConnection.h +++ b/cpp_impl/src/UDPConnection.h @@ -90,7 +90,6 @@ void UDPC_queue_send(UDPC_HContext ctx, uint32_t destAddr, uint16_t destPort, int UDPC_set_accept_new_connections(UDPC_HContext ctx, int isAccepting); -// TODO implement drop_connection for all connections on an address and any port /// addr must be in network byte order (big-endian), port must be in native byte order int UDPC_drop_connection(UDPC_HContext ctx, uint32_t addr, uint16_t port);