Chromozon / Q2JumpRefresh

A pet project to refactor q2jump.
Other
1 stars 2 forks source link

Better understand network code for menu limits #39

Open Chromozon opened 3 years ago

Chromozon commented 3 years ago

It seems like we can only send so many bytes per client per frame, and showing a menu is a large amount (~1000 bytes). Sometimes it works, but sometimes it can crash the server by being too large. The max size also seems to change based on what other packets we have sent that frame. Need more research into this area.