initial rebroadcast delay is now a #define

This commit is contained in:
Jeff Hill
1992-03-19 11:37:20 +00:00
parent 2f6e945ece
commit 9e0e8c62a4
+4 -2
View File
@@ -20,6 +20,7 @@
/* .09 111891 joh added event task id for vxWorks */
/* .10 111991 joh mobe IODONESUB macro to service.c */
/* .11 031692 joh added declaration for post_msg() */
/* .12 031892 joh initial rebroadcast delay is now a #define */
/* */
/*_begin */
/************************************************************************/
@@ -107,8 +108,9 @@ struct pending_io_event{
void *io_done_arg;
};
typedef unsigned long ca_time;
#define CA_RETRY_PERIOD 5 /* sec to next keepalive */
typedef unsigned long ca_time;
#define CA_RETRY_PERIOD 5 /* int sec to next keepalive */
#define CA_RECAST_DELAY 1 /* initial int sec to next recast */
#define CA_CURRENT_TIME 0
#define MAX_CONTIGUOUS_MSG_COUNT 2