npr::rf::Ipv4ReassemblyResult struct final

Output status of one Ipv4Reassembly::ingest call.

Public variables

bool accepted
true when segment was accepted into active context.
Ipv4ReassemblyDropReason drop_reason
bool had_active_context
Whether drop happened while context already held partial data.
bool packet_completed
true when full packet was completed and copied to output.
size_t packet_size
Completed packet size in bytes when packet_completed is true.