From 8b5db2a3ee3f44a5a0af0d8fd84e15d9c5a1f76a Mon Sep 17 00:00:00 2001 From: thilo Date: Thu, 8 Oct 2009 20:03:25 +0000 Subject: 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 --- code/server/server.h | 1 + 1 file changed, 1 insertion(+) (limited to 'code/server/server.h') 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; -- cgit v1.2.3