aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/client.h
diff options
context:
space:
mode:
authortjw <tjw@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-02-12 18:52:15 +0000
committertjw <tjw@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-02-12 18:52:15 +0000
commit1646bf59c7bc568bd4788cc43c166e4eaa0dca3d (patch)
tree4f34bbcfa05fb4bf7b48f86abd0c851e612584df /code/client/client.h
parent3c238e0604bb62959053e1555e7e38cbd1c4188a (diff)
downloadioquake3-aero-1646bf59c7bc568bd4788cc43c166e4eaa0dca3d.tar.gz
ioquake3-aero-1646bf59c7bc568bd4788cc43c166e4eaa0dca3d.zip
* (bug 3019) adds the cvar cl_guidServerUniq (defaults to 1). When set to
non-zero, cl_guid will be unique for each server that the client connects to git-svn-id: svn://svn.icculus.org/quake3/trunk@1041 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/client/client.h')
-rw-r--r--code/client/client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/code/client/client.h b/code/client/client.h
index 17b6d21..df6fe6f 100644
--- a/code/client/client.h
+++ b/code/client/client.h
@@ -34,8 +34,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "cl_curl.h"
#endif /* USE_CURL */
-// tjw: file full of random crap that gets used to create cl_guid
+// file full of random crap that gets used to create cl_guid
#define QKEY_FILE "qkey"
+#define QKEY_SIZE 2048
#define RETRANSMIT_TIMEOUT 3000 // time between connection packet retransmits