mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
9fd26195d1
We have IPV6_UNICAST_HOPS and IPV6_MULTICAST_HOPS in ipv6_setsockopt, but only IP_MULTICAST_TTL in ipv4_setsockopt. So add IP_TTL support. Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>