Bugzilla – Bug 1626
Ipv6-only network can't use UDP or TCP
Last modified: 2013-04-18 15:15:19 UTC
Created attachment 1559 [details] patch The bug is in the InternetStackHelper. Actually it does create the UDP and TCP stacks only if the network is *also* IPv4. In IPv6-only the stacks are not created. The patch fixes this bug.
Please check the patch. On my machine all works as intended.
Any objections on pushing this ? T.
(In reply to comment #1) > Please check the patch. On my machine all works as intended. I'm fine with it. +1.
Fixed in changeset: 9695:e62d00344369