-/* $Id: client.c,v 1.8 2014/07/01 11:12:51 mmondor Exp $ */
+/* $Id: client.c,v 1.9 2015/09/09 23:22:59 mmondor Exp $ */
/*
* Copyright (c) 2006, Matthew Mondor
* Runs through list of clients and verify if the number of received packets
* exceeds zero, unless the client was too recently created. Those with input
* timeout are to be destroyed.
+ * XXX We actually need a session establishment timeout, and a session input
+ * timeout.
*/
void
client_timeout(void)
-/* $Id: conf.h,v 1.3 2014/06/26 03:46:37 mmondor Exp $ */
+/* $Id: conf.h,v 1.4 2015/09/09 23:22:59 mmondor Exp $ */
/*
* Copyright (c) 2006, Matthew Mondor
#define FPS 20
#define FPS_MS (1000 / FPS)
-#define TIMEOUT_SECONDS 900
+/*#define TIMEOUT_SECONDS 900*/
+#define TIMEOUT_SECONDS 21600
#define WORLD_X_MAX 1024
#define WORLD_Y_MAX 768