Files
RedBear-OS/netstack
Red Bear OS cc22f259b3 conntrack: icmp_error_count counter + display in stats
ConntrackTable gains icmp_error_count: u64 field, incremented
whenever track_icmp_error() processes an ICMP error that doesn't
match an existing tracked connection.

Stats output now includes:
  icmp_errors: N

Useful for diagnosing ICMP error processing and detecting
anomalies in ICMP error rate.

All 31 tests pass.
2026-07-09 10:19:08 +03:00
..