mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-03-14 23:12:41 +00:00
protocol: extend MAX_MSGLEN to 32k
ReRelease uses 19104 as first package size in demo
This commit is contained in:
parent
9e3de04388
commit
e71fce25a4
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ extern qboolean userinfo_modified;
|
|||
/* NET */
|
||||
|
||||
#define PORT_ANY -1
|
||||
#define MAX_MSGLEN 1400 /* max length of a message */
|
||||
#define MAX_MSGLEN 32768 /* max length of a message */
|
||||
#define PACKET_HEADER 10 /* two ints and a short */
|
||||
|
||||
typedef enum
|
||||
|
|
Loading…
Reference in a new issue