mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-10 17:52:03 +02:00
Lot of fixes from testing
This commit is contained in:
@@ -3,11 +3,10 @@
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#define JFJOCH_N_MODULES 8
|
||||
#define JFJOCH_BYTES_PER_PACKET 8240
|
||||
#define JFJOCH_DATA_BYTES_PER_PACKET 8192
|
||||
#define JFJOCH_N_PACKETS_PER_FRAME (JFJOCH_N_MODULES * 128)
|
||||
#define JFJOCH_DATA_BYTES_PER_FRAME (JFJOCH_N_MODULES * 1048576)
|
||||
#define JFJOCH_N_PACKETS_PER_MODULE 128
|
||||
#define JFJOCH_DATA_BYTES_PER_MODULE 1048576
|
||||
|
||||
// 48 bytes + 8192 bytes = 8240 bytes (below 9000 MTU)
|
||||
#pragma pack(push)
|
||||
|
||||
Reference in New Issue
Block a user