From 7624b0559b7c9ad820380da8cd021f96b6517ae9 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 24 Feb 2003 15:59:34 +0000 Subject: [PATCH] receive watchdog delay diagnostic and fixed echo request flush --- src/ca/tcpiiu.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/ca/tcpiiu.cpp b/src/ca/tcpiiu.cpp index 29db1bc7d..76a2876ed 100644 --- a/src/ca/tcpiiu.cpp +++ b/src/ca/tcpiiu.cpp @@ -726,7 +726,7 @@ bool tcpiiu::setEchoRequestPending () // X aCC 361 epicsGuard < cacMutex > locker ( this->cacRef.mutexRef() ); this->echoRequestPending = true; } - this->flushRequest (); + this->sendThreadFlushEvent.signal (); if ( CA_V43 ( this->minorProtocolVersion ) ) { // we send an echo return true; @@ -1426,5 +1426,11 @@ bool tcpiiu::bytesArePendingInOS () const #endif } +double tcpiiu::receiveWatchdogDelay () const +{ + return this->recvDog.delay (); +} + +