Skip to content

Commit

Permalink
doc: migration-guide: 3.6: IPv4 TTL and IPv6 hoplimit changes
Browse files Browse the repository at this point in the history
Add information about IPv4 TTL and IPv6 hoplimit changes
between unicast and multicast packets.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
  • Loading branch information
jukkar committed Dec 1, 2023
1 parent 712cfba commit fbe3c71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/releases/migration-guide-3.6.rst
Expand Up @@ -157,6 +157,10 @@ Networking
a NULL pointer. IGMPv3 can be enabled using the Kconfig ``CONFIG_NET_IPV4_IGMPV3``.
(:github:`65293`)

* The network stack uses now separate IPv6 TTL (time-to-live) value for multicast packets. Before
the same TTL value was used for unicast and multicast packets. The IPv6 hop limit value is also
changed so that unicast and multicast packets can have different hop limit values.

Other Subsystems
================

Expand Down

0 comments on commit fbe3c71

Please sign in to comment.