1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 22:14:45 -04:00

Remote source/input: increase minimum UDP buffer size based on 96 kS/s

This commit is contained in:
f4exb
2021-12-18 06:24:47 +01:00
parent 35adc25450
commit 78be244dc6
3 changed files with 5 additions and 5 deletions
@@ -111,7 +111,7 @@ void RemoteSourceSource::handleDataFrame(RemoteDataFrame* dataFrame)
{
if (dataFrame->m_rxControlBlock.m_blockCount < RemoteNbOrginalBlocks)
{
qWarning("RemoteSourceSource::handleDataFrame: incomplete data frame: not processing");
qWarning("RemoteSourceSource::handleDataFrame: incomplete data frame (%d): not processing", dataFrame->m_rxControlBlock.m_blockCount);
}
else
{