mirror of
https://github.com/mfontanini/libtins
synced 2026-01-30 05:24:26 +01:00
Execute out of order callback even for seq < current_seq
This commit is contained in:
@@ -173,6 +173,9 @@ void Flow::process_packet(PDU& pdu) {
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (on_out_of_order_callback_) {
|
||||
on_out_of_order_callback_(*this, tcp->seq(), raw->payload());
|
||||
}
|
||||
}
|
||||
|
||||
void Flow::store_payload(uint32_t seq, payload_type payload) {
|
||||
|
||||
Reference in New Issue
Block a user