21 Jul
2026
21 Jul
'26
6:07 p.m.
On Thu, 16 Jul 2026 09:25:50 +0200
Laurent Vivier
Ping?
On 6/19/26 12:30, Laurent Vivier wrote:
Since 260075bde769 ("tcp, udp, fwd: Run all port scanning from a single timer"), CALL_PROTO_HANDLER() is only used for TCP. UDP and ICMP timers now run from flow_defer_handler(), making the timer_run fields in struct udp_ctx and struct icmp_ctx dead stores.
Remove the unused fields, drop struct icmp_ctx entirely (it has no remaining members), and stop initialising them in timer_init().
Signed-off-by: Laurent Vivier
Applied, sorry for the delay. -- Stefano