aboutsummaryrefslogtreecommitdiffstats
path: root/code/server/server.h
diff options
context:
space:
mode:
authorthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-10-08 20:03:25 +0000
committerthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-10-08 20:03:25 +0000
commit8b5db2a3ee3f44a5a0af0d8fd84e15d9c5a1f76a (patch)
treedefa576b8ce8812b397d564ef06d8b6dcbc432e1 /code/server/server.h
parent6f7eb0e4c943f44d7ec87c050f703a7eeb050d7c (diff)
downloadioquake3-aero-8b5db2a3ee3f44a5a0af0d8fd84e15d9c5a1f76a.tar.gz
ioquake3-aero-8b5db2a3ee3f44a5a0af0d8fd84e15d9c5a1f76a.zip
Fix circumventing sv_maxping restriction, thanks to Amanieu for reporting. http://bugzilla.icculus.org/show_bug.cgi?id=3423
git-svn-id: svn://svn.icculus.org/quake3/trunk@1649 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/server/server.h')
-rw-r--r--code/server/server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/server/server.h b/code/server/server.h
index eab244b..bf85594 100644
--- a/code/server/server.h
+++ b/code/server/server.h
@@ -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;