Only one other client

This commit is contained in:
2026-04-26 16:34:14 -04:00
parent ce6d47845e
commit 049c2df51a

View File

@@ -3,7 +3,7 @@
#include <netinet/in.h> #include <netinet/in.h>
#define MAX_SERVER_CLIENTS 2 #define MAX_SERVER_CLIENTS 1
typedef struct { typedef struct {
int server_fd; int server_fd;