Function remove_client(server_t *, uint32_t)¶
Defined in File client_lifecycle.c
Function Documentation¶
-
void remove_client(server_t *srv, uint32_t idx)
Removes a client from the server.
- Parameters:
srv –
idx – Index of the client to remove.
Defined in File client_lifecycle.c
Removes a client from the server.
srv –
idx – Index of the client to remove.