Added functional multiple client handling

This commit is contained in:
iherman-
2026-05-09 21:52:16 +02:00
parent 752eb89e72
commit bdc24594a4
5 changed files with 229 additions and 68 deletions

View File

@@ -29,6 +29,7 @@ class User
public:
User();
User(int fd);
User(const User &other);
User& operator=(const User &other);
~User();