LivoxGen1: attachDevReq sets nDgramsPerFrame

This commit is contained in:
2025-10-30 14:26:27 -04:00
parent 2234df1de2
commit c1286627ab
3 changed files with 19 additions and 3 deletions
+15
View File
@@ -1 +1,16 @@
#include "stagingBuffer.h"
namespace smo {
namespace stim_buff {
const StagingBuffer::InputEngineConstraints
StagingBuffer::InputEngineConstraints::ioUringConstraints{
16, // nBytesPerPoint
28, // udpHeaderOverheadNBytes
1500 // mtuNBytes
};
} // namespace stim_buff
} // namespace smo