distinguish between a clean and an abrupt shutdown.

cancel send watchdog timer immediately after exiting send
This commit is contained in:
Jeff Hill
2000-08-30 19:49:52 +00:00
parent 35335ee1cb
commit 77835f345f
4 changed files with 56 additions and 39 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ void tcpRecvWatchdog::expire ()
this->hostName ( hostName, sizeof (hostName) );
ca_printf ( "CA server %s unresponsive for %g sec. Disconnecting.\n",
hostName, this->period + CA_ECHO_TIMEOUT );
this->shutdown ();
this->forcedShutdown ();
}
else {
this->echoRequest ();