defined MAX_CONNECTIONS in common

This commit is contained in:
Václav Šmejkal 2023-02-09 19:42:38 +01:00
parent 6f392c498d
commit 01770f1f8d
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -14,5 +14,6 @@
//DEFINES
#define SA struct sockaddr
#define SERVER_PORT 1204
#define MAX_CONNECTIONS 1000
#endif