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

View File

@@ -29,7 +29,7 @@ void tcpSendWatchdog::expire ()
this->hostName ( hostName, sizeof (hostName) );
ca_printf ( "Request not accepted by CA server %s for %g sec. Disconnecting.\n",
hostName, this->period);
this->shutdown ();
this->forcedShutdown ();
}
void tcpSendWatchdog::destroy ()