mirror of
https://github.com/UberGames/ioef.git
synced 2025-05-31 09:21:27 +00:00
Fix circumventing sv_maxping restriction, thanks to Amanieu for reporting. http://bugzilla.icculus.org/show_bug.cgi?id=3423
This commit is contained in:
parent
40c773d80e
commit
9b7543a905
2 changed files with 34 additions and 16 deletions
|
@ -208,6 +208,7 @@ typedef struct {
|
|||
int time; // time the last packet was sent to the autherize server
|
||||
int pingTime; // time the challenge response was sent to client
|
||||
int firstTime; // time the adr was first used, for authorize timeout checks
|
||||
qboolean wasrefused;
|
||||
qboolean connected;
|
||||
} challenge_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue