dont send udp wakeup message if the socket is closed

This commit is contained in:
Jeff Hill
2001-10-24 15:33:43 +00:00
parent fc6afa3add
commit a85132c6a6
+4
View File
@@ -841,6 +841,10 @@ void udpiiu::show ( unsigned level ) const
void udpiiu::wakeupMsg ()
{
if ( this->sockCloseCompleted ) {
return;
}
caHdr msg;
msg.m_cmmd = htons ( CA_PROTO_VERSION );
msg.m_available = htonl ( 0u );