mirror of
https://github.com/apache/nuttx.git
synced 2026-02-08 22:14:07 +08:00
First configure nuttx to support ipv4 and ipv6 dual stack, then start two simulators and run Iperf ipv4 udp speed test, unaligned access exception to sockaddr_in occours. The root cause is that struct sockaddr_storage isn't set to the desired alignment. Signed-off-by: luojun1 <luojun1@xiaomi.com>