defined SEND_LENGTH in common

This commit is contained in:
Václav Šmejkal 2023-02-09 18:15:01 +01:00
parent 5fb3270877
commit 3e41101c85
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -10,5 +10,6 @@
//DEFINES
#define SA struct sockaddr
#define SERVER_PORT 944
#define SEND_LENGTH 4096
#endif