Skip to content

Commit

Permalink
[core] Removed a wrong assertion about ACK timestamp.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko committed Jul 3, 2024
1 parent 5e6e80b commit 0680092
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion srtcore/core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8044,7 +8044,6 @@ bool srt::CUDT::getFirstNoncontSequence(int32_t& w_seq, string& w_log_reason)

int srt::CUDT::sendCtrlAck(CPacket& ctrlpkt, int size)
{
SRT_ASSERT(ctrlpkt.getMsgTimeStamp() != 0);
int nbsent = 0;
int local_prevack = 0;
#if ENABLE_HEAVY_LOGGING
Expand Down

0 comments on commit 0680092

Please sign in to comment.