Bugzilla – Bug 1796
Ipv6PacketInfoTag is not filled by UdpSocketImpl::ForwardUp6.
Last modified: 2013-12-15 03:30:58 UTC
The root is a difference between the ipv4 and ipv6 endpoints, so the number of parameters of UdpSocketImpl::ForwardUp6 and UdpSocketImpl::ForwardUp are different. This should be fixed.
Created attachment 1702 [details] bug fix This patch fixes the bug, actually syncing the Ipv6Endpoint with Ipv4Endpoint (plus all the relevant functions related to this).
Pushed in changeset: 10528:c1e835b43726