|
SatCat5
|
State information for a single deferred packet.
Definition at line 19 of file router2_deferfwd.h.
#include <router2_deferfwd.h>
Public Member Functions | |
| DeferPkt (const DeferPkt &t)=delete | |
| DeferPkt & | operator= (const DeferPkt &t)=delete |
| bool | read_meta (satcat5::eth::PluginPacket &meta) |
| Reconstitute switch PacketMeta from this object. | |
Public Attributes | |
| satcat5::io::MultiPacket * | pkt |
| Packet object. | |
| satcat5::ip::Addr | dst_ip |
| Destination address. | |
| SATCAT5_PMASK_TYPE | dst_mask |
| Destination port-mask. | |
| u16 | sent |
| Number of attempts so far. | |
| u16 | trem |
| Remaining time in msec. | |
Private Attributes | |
| satcat5::router2::DeferPkt * | m_next |