Implemented poll function for system

This commit is contained in:
aortigos
2026-04-15 00:06:09 +02:00
parent b39245ddf1
commit e46db9df57
2 changed files with 44 additions and 5 deletions

View File

@@ -18,6 +18,8 @@
# include <sys/socket.h>
# include <netinet/in.h>
# include <unistd.h>
# include <vector>
# include <poll.h>
class Server
{