Closed
Description
This is a tracking issue for the unstable ip_addr
feature of the standard library. Some thoughts:
- This isn't actually ever used in the system APIs as there's no notion of "an IP address", just an IPv4 or IPv6 address.
- We have no stable APIs producing this value.
- Some old UDP APIs took this, but they didn't actually want to
- The DNS APIs may want to produce or consume this.