From 45b93da49b74acd7389e4faa1cfd5dba6cd75c95 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 27 Jan 2011 12:25:36 +0000 Subject: Added net_selecttimeout cvar and changed the default timeout to 10,000 microseconds. --- src/core/cvar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/cvar.h') diff --git a/src/core/cvar.h b/src/core/cvar.h index 4c55fad..ffc11bf 100644 --- a/src/core/cvar.h +++ b/src/core/cvar.h @@ -165,6 +165,7 @@ public: static Cvar *net_maxclients;// maximum number of connected clients static Cvar *net_timeout; // network timeout in seconds static Cvar *net_framerate; // client network send framerate + static Cvar *net_selecttimeout; // timeout for select() call, in microseconds static Cvar *mem_vertex; // amount of video memory reserved for model geometry, in megabytes -- cgit v1.2.3