* (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
This commit is contained in:
Tony J. White = 2007-02-12 18:52:15 +00:00
parent 046e86a925
commit 2cddf1208d
4 changed files with 88 additions and 17 deletions

View file

@ -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