libicmp/tests/recv
lohhiiccc ad7698d530 feat: add icmp_set_dont_fragment and next_mtu extraction
- Add icmp_set_dont_fragment() using IP_MTU_DISCOVER/IP_PMTUDISC_DO
- Add next_mtu field to icmp_offending_packet_t, populated from the
  outer ICMP header on type=3/code=4 (frag needed) replies
- Fix extract_offending: read MTU from outer ICMP, not embedded packet
- Update test to match corrected extraction semantics
- Clean up checksum odd-byte handling with a static zero sentinel
2026-03-13 03:21:35 +01:00
..
test_build_reply.c test: add recv module unit tests 2026-01-26 20:14:24 +01:00
test_extract_id_seq.c feat: add helpers to extract id and sequence from replies 2026-01-30 23:49:31 +01:00
test_extract_offending.c feat: add icmp_set_dont_fragment and next_mtu extraction 2026-03-13 03:21:35 +01:00
test_parse_packet.c fix(test): compilation warning 2026-03-02 13:02:28 +01:00
test_process.c feat: add echo payload option 2026-03-08 16:32:04 +01:00
test_receive_packet.c test: add recv module unit tests 2026-01-26 20:14:24 +01:00
test_validate_params.c test: add recv module unit tests 2026-01-26 20:14:24 +01:00