Function remove_client(server_t *, uint32_t)

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.