From 7e99fac4552b402034e5fc3e833cbe8c274f95ce Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 21 Mar 2008 19:23:33 +0000 Subject: removed --- src/net/net.h | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 src/net/net.h (limited to 'src/net/net.h') diff --git a/src/net/net.h b/src/net/net.h deleted file mode 100644 index cdcf4bb..0000000 --- a/src/net/net.h +++ /dev/null @@ -1,25 +0,0 @@ -/* - net/net.h - This file is part of the Osirion project and is distributed under - the terms of the GNU General Public License version 2 -*/ - -#ifndef __INCLUDED_NET_H__ -#define __INCLUDED_NET_H__ - -/// this namespace contains the network subsystem -namespace net -{ - -/// maximum lenght of a (compressed) network message block -const unsigned int FRAMESIZE = 1152; - -/// maximum number of pending client connections, hard limit -const unsigned int MAXPENDINGCONNECTIONS = 32; - -/// default network port -const unsigned int DEFAULTPORT = 8042; -} - -#endif // __INCLUDED_NET_H__ - -- cgit v1.2.3