We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c88a3 commit 7582160Copy full SHA for 7582160
doc/releases/migration-guide-3.6.rst
@@ -203,6 +203,11 @@ Networking
203
a NULL pointer. IGMPv3 can be enabled using the Kconfig ``CONFIG_NET_IPV4_IGMPV3``.
204
(:github:`65293`)
205
206
+* The network stack now uses a separate IPv4 TTL (time-to-live) value for multicast packets.
207
+ Before, the same TTL value was used for unicast and multicast packets.
208
+ The IPv6 hop limit value is also changed so that unicast and multicast packets can have a
209
+ different one. (:github:`65886`)
210
+
211
Other Subsystems
212
================
213
0 commit comments