]> git.seodisparate.com - UDPConnection/commitdiff
Remove already resolved TODO comment
authorStephen Seo <seo.disparate@gmail.com>
Fri, 30 Aug 2019 03:04:39 +0000 (12:04 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Fri, 30 Aug 2019 03:04:39 +0000 (12:04 +0900)
cpp_impl/src/UDPConnection.h

index 517f0155ed4651e36363a69d6193110f8bfc8357..7cfa8b41a9466e43e34fcfbc94b26efa4fcaf0c2 100644 (file)
@@ -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);