LogPrint(eLogWarning,"Streaming: SYNACK packet was not ACKed after ",m_NumResendAttempts," attempts, terminate, rSID=",m_RecvStreamID,", sSID=",m_SendStreamID);
m_Status=eStreamStatusReset;
Close();
return;
}
if(m_NumResendAttempts>=MAX_NUM_RESEND_ATTEMPTS)
{
LogPrint(eLogWarning,"Streaming: packet was not ACKed after ",MAX_NUM_RESEND_ATTEMPTS," attempts, terminate, rSID=",m_RecvStreamID,", sSID=",m_SendStreamID);