optimizing code

This commit is contained in:
bettercallous
2024-04-27 14:53:25 +01:00
parent ef8a9fd5d8
commit bb721c9b2a
5 changed files with 10 additions and 68 deletions

View File

@@ -84,7 +84,7 @@ class Server {
void createServerSocket();
void bindServerSocket();
void addPollfd(int fd, short events, short revents);
void addPollfd(int fd);
void handleClientConnection();
void handleClientData(int fd);
void clientCleanup(int fd);