Finish remove user implementation
This commit is contained in:
@@ -42,6 +42,7 @@ void conexion_ssl::start_server(){
|
||||
while(1) {
|
||||
struct sockaddr_in addr;
|
||||
uint len = sizeof(addr);
|
||||
|
||||
int client = accept(sock, (struct sockaddr*)&addr, &len);
|
||||
std::thread t_client(conexion_client,ctx , client);
|
||||
t_client.detach();
|
||||
|
||||
Reference in New Issue
Block a user