Skip to content

Commit 53735e1

Browse files
gou4shi1maxsharabayko
authored andcommitted
[core] Don't consider tool old ACK as IPE, it' may caused by network.
1 parent d26bbf7 commit 53735e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

srtcore/core.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8421,9 +8421,9 @@ void srt::CUDT::processCtrlAckAck(const CPacket& ctrlpkt, const time_point& tsAr
84218421
}
84228422

84238423
LOGC(inlog.Error,
8424-
log << CONID() << "IPE: ACK record not found, can't estimate RTT "
8425-
<< "(ACK number: " << ctrlpkt.getAckSeqNo() << ", last ACK sent: " << m_iAckSeqNo
8426-
<< ", RTT (EWMA): " << m_iSRTT << ")");
8424+
log << CONID() << "ACK record not found, can't estimate RTT "
8425+
<< "(ACK number: " << ctrlpkt.getAckSeqNo() << ", last ACK sent: " << m_iAckSeqNo
8426+
<< ", RTT (EWMA): " << m_iSRTT << ")");
84278427
return;
84288428
}
84298429

0 commit comments

Comments
 (0)