X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=server%2Fstatserv.c;h=a692eb233b41a1f45693f869090e67a11f902a52;hb=cd5d6beb85878bfc65a2ebd2b771b86a1872af40;hp=d99916b8bd71231d08e37a55d908751d08fcbcc6;hpb=d09e17f371431d3397588e6b749219608d37766a;p=yaz-moved-to-github.git diff --git a/server/statserv.c b/server/statserv.c index d99916b..a692eb2 100644 --- a/server/statserv.c +++ b/server/statserv.c @@ -4,7 +4,16 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: statserv.c,v $ - * Revision 1.25 1995-08-29 11:18:02 quinn + * Revision 1.28 1995-09-29 17:12:30 quinn + * Smallish + * + * Revision 1.27 1995/09/27 15:03:02 quinn + * Modified function heads & prototypes. + * + * Revision 1.26 1995/08/29 14:44:51 quinn + * Reset timeouts. + * + * Revision 1.25 1995/08/29 11:18:02 quinn * Added code to receive close * * Revision 1.24 1995/06/16 10:31:39 quinn @@ -122,7 +131,7 @@ static statserv_options_block control_block = { "", /* diagnostic output to stderr */ "tcp:@:9999", /* default listener port */ PROTO_Z3950, /* default application protocol */ - 1, /*2*60,*/ /* idle timeout (minutes) */ + 2*60, /* idle timeout (minutes) */ 1024*1024, /* maximum PDU size (approx.) to allow */ "default-config", /* configuration name to pass to backend */ "" /* set user id */