mirror of
https://github.com/apache/nuttx.git
synced 2026-06-10 20:28:06 +08:00
264283c5a2
The `SIZEOF_ICMPV6_ECHO_REQUEST_S` and `SIZEOF_ICMPV6_ECHO_REPLY_S` macro are intended to be `8+n`, but actually becomes `10-1+n` and causes the packet sent by `ping6` one byte more than expected. Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>