summaryrefslogtreecommitdiff
path: root/zhm/zhm.h
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1997-03-21 19:06:32 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1997-03-21 19:06:32 +0000
commit68b4069f63a441ea20a8611680b26e8a4c50e2c3 (patch)
tree16db857e4bf5f18be9d598e597fcba875f8158c3 /zhm/zhm.h
parentfb439023e6235d75a7245db7aa372df28b1aa1de (diff)
Retransmit notices on a 2-2-4-4-8 schedule instead of on a 25-25-25
schedule.
Diffstat (limited to 'zhm/zhm.h')
-rw-r--r--zhm/zhm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/zhm/zhm.h b/zhm/zhm.h
index 1fd1385..4b7293d 100644
--- a/zhm/zhm.h
+++ b/zhm/zhm.h
@@ -37,14 +37,12 @@
#define ever (;;)
#define SERV_TIMEOUT 20
-#define NOTICE_TIMEOUT 25
#define BOOTING 1
#define NOTICES 2
-#define MAXRETRIES 2
-
extern Code_t send_outgoing();
extern void init_queue(), retransmit_queue();
+extern int rexmit_times[];
#ifdef vax
#define MACHINE "vax"