mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Redux of Winterleaf's PR 1001, with the suggested updated values.
This commit is contained in:
parent
4721181d44
commit
859e653bd7
3 changed files with 3 additions and 3 deletions
|
|
@ -215,7 +215,7 @@ U32 NetConnection::getSequence()
|
|||
static U32 gPacketRateToServer = 32;
|
||||
static U32 gPacketUpdateDelayToServer = 32;
|
||||
static U32 gPacketRateToClient = 10;
|
||||
static U32 gPacketSize = 200;
|
||||
static U32 gPacketSize = 508;
|
||||
|
||||
void NetConnection::consoleInit()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue