Have the code int client_fd = accept(fd, (struct sockaddr*) &client_address, &len); // accept connection The server waits at this line. I want t
int client_fd = accept(fd, (struct sockaddr*) &client_address, &len); // accept connection