Skip to content

Commit

Permalink
Removed duplicated m_tsLogSlowDown (after merge)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko committed Feb 6, 2023
1 parent 1912300 commit 13ca58c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions srtcore/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -846,8 +846,6 @@ class CUDT

time_point m_tsNextSendTime; // Scheduled time of next packet sending

time_point m_tsLogSlowDown; // Reduce the frequency of some frequent logs. Currently only decryption failure log is slown down. No mutex needed.

sync::atomic<int32_t> m_iSndLastFullAck; // Last full ACK received
SRT_ATTR_GUARDED_BY(m_RecvAckLock)
sync::atomic<int32_t> m_iSndLastAck; // Last ACK received
Expand Down

0 comments on commit 13ca58c

Please sign in to comment.