Skip to content
Snippets Groups Projects
Commit 6be284e6 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Version 1.2.1.

parent b7e77c6a
No related branches found
No related tags found
No related merge requests found
/*
* $Id: server-config.c,v 0.16 1992/03/09 16:06:03 ceder Exp $
* $Id: server-config.c,v 0.17 1992/05/25 21:13:54 ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
......@@ -32,7 +32,7 @@
#include <config.h>
#include <m-config.h>
static char *rcsid = "$Id: server-config.c,v 0.16 1992/03/09 16:06:03 ceder Exp $";
static char *rcsid = "$Id: server-config.c,v 0.17 1992/05/25 21:13:54 ceder Exp $";
......@@ -68,7 +68,7 @@ const char * DEFAULT_MUX_SERVICE = "lyskom-mux"; /* Can be number! */
*
* GARBTIMEOUT and SYNCTIMEOUT are only used in diskomd.
*/
const int TIMEOUT = 100; /* Timeout to select() when totally idle.
const int TIMEOUT = 5000; /* Timeout to select() when totally idle.
* Should be much larger. Is this small
to work around the famous select bug
in isc. */
......
/*
* $Id: version.incl,v 0.27 1992/05/18 23:22:24 ceder Exp $
* $Id: version.incl,v 0.28 1992/05/25 21:14:04 ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
......@@ -27,4 +27,4 @@
* The version number is encoded in a long. It shall be printed as
* in sed s/\(.*\)\(..\)\(..\)/\1.\2.\3/
*/
10200
10201
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment