Skip to content

Commit

Permalink
protocol: extend MAX_MSGLEN to 32k
Browse files Browse the repository at this point in the history
ReRelease uses 19104 as first package size in demo
  • Loading branch information
0lvin committed Jan 4, 2025
1 parent 9e3de04 commit e71fce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/header/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e71fce2

Please sign in to comment.