]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - net.h
MAX_EDICTS has changed to 32768. Yes this is madness. Thanks to banshee for prompti...
[xonotic/darkplaces.git] / net.h
diff --git a/net.h b/net.h
index d7c315f195bc61d04bf78d364bedfe916367b673..8323b2054c7baa6c21ff4adeb652f3af128d6a73 100644 (file)
--- a/net.h
+++ b/net.h
@@ -31,7 +31,7 @@ struct qsockaddr
 
 #define        NET_NAMELEN                     64
 
-#define NET_MAXMESSAGE         16384
+#define NET_MAXMESSAGE         (MAX_DATAGRAM + 64)
 #define NET_HEADERSIZE         (2 * sizeof(unsigned int))
 #define NET_DATAGRAMSIZE       (MAX_DATAGRAM + NET_HEADERSIZE)