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 (); +} + +