diff --git a/src/ca/conn.c b/src/ca/conn.c index 382968c59..dc457fd77 100644 --- a/src/ca/conn.c +++ b/src/ca/conn.c @@ -29,7 +29,11 @@ /* .12 110194 joh improved search scheduling */ /* (dont send all chans in a block) */ /* */ -/* $Log$ +/* + * $Log$ + * Revision 1.41 1998/09/24 21:22:51 jhill + * detect reconnect faster when IOC reboots quickly + * * Revision 1.40 1997/08/04 23:30:53 jhill * detect IOC reboot faster that EPICS_CA_CONN_TMO * diff --git a/src/ca/iocinf.c b/src/ca/iocinf.c index 75f8b255b..e9186d0d6 100644 --- a/src/ca/iocinf.c +++ b/src/ca/iocinf.c @@ -46,7 +46,11 @@ /* 021794 joh turn on SO_REUSEADDR only after the test for */ /* address in use so that test works on UNIX */ /* kernels that support multicast */ -/* $Log$ +/* + * $Log$ + * Revision 1.82 1998/09/24 21:22:53 jhill + * subtle changes related to efficency when checking connection timers + * * Revision 1.81 1998/07/07 23:04:00 jhill * cosmetic changes * diff --git a/src/ca/iocinf.h b/src/ca/iocinf.h index 16b463519..89773979a 100644 --- a/src/ca/iocinf.h +++ b/src/ca/iocinf.h @@ -31,7 +31,11 @@ /* .19 012094 joh added minor version (for each server) */ /************************************************************************/ -/* $Log$ +/* + * $Log$ + * Revision 1.73 1998/09/24 21:22:53 jhill + * CLR_CA_TIME() now correctly zeros the delay + * * Revision 1.72 1998/06/16 01:07:56 jhill * removed caHostFromInetAddr *