From: Stephen Seo Date: Fri, 30 Aug 2019 03:04:39 +0000 (+0900) Subject: Remove already resolved TODO comment X-Git-Tag: 1.0~169 X-Git-Url: https://git.seodisparate.com/stephenseo/static/git-favicon.png?a=commitdiff_plain;h=e8c07680a6ed45d8282a87f63bdcf87b8cba195d;p=UDPConnection Remove already resolved TODO comment --- 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);