mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 00:41:55 +00:00
A packet rate of 26 seems to work better for me than 40
git-svn-id: https://svn.eduke32.com/eduke32@64 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
c3d382dd25
commit
de75701da5
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ static long GetTickCount(void)
|
|||
#define MAXPAKSIZ 256 //576
|
||||
|
||||
|
||||
#define PAKRATE 40 //Packet rate/sec limit ... necessary?
|
||||
#define PAKRATE 26 //Packet rate/sec limit ... necessary?
|
||||
#define SIMMIS 0 //Release:0 Test:100 Packets per 256 missed.
|
||||
#define SIMLAG 0 //Release:0 Test: 10 Packets to delay receipt
|
||||
static long simlagcnt[MAXPLAYERS];
|
||||
|
|
Loading…
Reference in a new issue