mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Alter constants on lost network traffic fillin.
This commit is contained in:
@@ -640,8 +640,8 @@ void CDMRSlot::clock(unsigned int ms)
|
||||
|
||||
if (frames > m_frames) {
|
||||
unsigned int count = frames - m_frames;
|
||||
if (count > 5U)
|
||||
insertSilence(m_seqNo + count - 2U);
|
||||
if (count > 3U)
|
||||
insertSilence(m_seqNo + count - 1U);
|
||||
}
|
||||
|
||||
m_packetTimer.start();
|
||||
|
||||
Reference in New Issue
Block a user