mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
EthernetMessage: Fix TX receipts
Fixes - HardwareEthernetPacket packing - EthernetMessage::fcs
This commit is contained in:
@@ -35,7 +35,7 @@ class EthernetMessage : public Frame {
|
||||
public:
|
||||
bool preemptionEnabled = false;
|
||||
uint8_t preemptionFlags = 0;
|
||||
bool fcsAvailable = false;
|
||||
std::optional<uint32_t> fcs;
|
||||
bool frameTooShort = false;
|
||||
bool noPadding = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user