implemented processing of incoming client connection

This commit is contained in:
bettercallous
2024-04-09 00:31:39 +00:00
parent c315be1dcd
commit 4c1b396154
6 changed files with 48 additions and 3 deletions

View File

@@ -12,5 +12,6 @@ int main(int ac, char **av)
std::cerr << e.what() << std::endl;
return 1;
}
std::cout << ">>> SERVER CLOSED <<<" << std::endl;
return 0;
}