Norman Rasmussen 48311cc61f Fix unaligned memory access when creating ICMP Port Unreachable messages
commit 3b69d09c80b4d21681475c43d9f165838bbf1a5c corrected the
unreachable handling for net/udp/icmp but introduced an unaligned store.
This splits the uint32_t data field into a two element uint16_t data
field to avoid the unaligned store.
2021-12-28 03:51:53 -06:00
..
2021-02-20 00:38:18 -08:00
2019-12-31 09:26:14 -06:00