X-Git-Url: http://royale.zerezo.com/git/?p=zeRace;a=blobdiff_plain;f=network.h;fp=network.h;h=f7cb706c144e46b681b9b4a892ed095ba7ca9725;hp=0000000000000000000000000000000000000000;hb=dde2df6289f6daf23ee1632560c4c89061ef2f4a;hpb=866e35b81c26169886388f7c93dce52f2a42809f diff --git a/network.h b/network.h new file mode 100644 index 0000000..f7cb706 --- /dev/null +++ b/network.h @@ -0,0 +1,7 @@ +/* some network constants */ + +#define MAXLINELENGTH 80 +#define MAX_LAG 500 +#define MAX_CLIENTS 32 +#define PORT "3600" +#define VERSION "0.3"