Remove already resolved TODO comment
This commit is contained in:
parent
fe41bbb764
commit
e8c07680a6
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue