diff options
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/common.h b/common.h deleted file mode 100644 index c64c764..0000000 --- a/common.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef UDP_BROADCAST_COMMON -#define UDP_BROADCAST_COMMON - -#define SERVERPORT 4950 // the port users will be connecting to -#define SERVERPORT_S "4950" -#define MAXBUFLEN 100 - -#endif // UDP_BROADCAST_COMMON |