LivoxGen1: attachDevReq sets nDgramsPerFrame
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user