summaryrefslogtreecommitdiff
path: root/h/zephyr
diff options
context:
space:
mode:
authorGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-11-15 11:45:23 +0000
committerGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-11-15 11:45:23 +0000
commit4022530c22c67435ef9788c561b639dd5c37d917 (patch)
treeb5616acdeaa55b97bfdfd3c08db2394bf36a5c64 /h/zephyr
parent1019aaf105598e081aa3d724a5f10ef94076dfbb (diff)
Reduced hostmanager timeout to 5 sec from 30 sec.
Diffstat (limited to 'h/zephyr')
-rw-r--r--h/zephyr/zephyr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h
index 5b1e39f..d097f26 100644
--- a/h/zephyr/zephyr.h
+++ b/h/zephyr/zephyr.h
@@ -5,12 +5,12 @@
*
* $Source$
* $Author$
+ * $Id$
*
* Copyright (c) 1987,1988 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
-/* $Header$ */
#ifndef __ZEPHYR_H__
#define __ZEPHYR_H__
@@ -218,7 +218,7 @@ extern "C" {
#define ZERR_NONE 0
/* Hostmanager wait time (in secs) */
-#define HM_TIMEOUT 30
+#define HM_TIMEOUT 5
#define ZAUTH (ZMakeAuthentication)
#define ZNOAUTH ((Z_AuthProc)0)
@@ -237,7 +237,7 @@ extern "C" {
const int ZERR_NONE = 0;
- const int HM_TIMEOUT = 30;
+ const int HM_TIMEOUT = 5;
const Z_AuthProc ZAUTH = &ZMakeAuthentication;
const Z_AuthProc ZNOAUTH = 0;