version 0.4
[zeRace] / network.h
1 /* some network constants */
2
3 #define MAXLINELENGTH 80
4 #define MAX_LAG 500
5 #define MAX_CLIENTS 32
6 #define PORT "3600"
7 #define VERSION "0.4"