Lot of fixes from testing

This commit is contained in:
Mohacsi Istvan
2021-06-14 16:05:26 +02:00
parent be7cd4994e
commit a1c9e5c1fd
6 changed files with 139 additions and 169 deletions
+2 -3
View File
@@ -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)