ObjFW  View Ticket

Ticket UUID: 6519b5a25e325d30eb0961d758128a407cab09f4
Title: Support for addresses like ::ffff:127.0.0.1 in OFSocketAddressParseIPv6()
Status: Fixed Type: Enhancement
Severity: Important Priority: Medium
Subsystem: Resolution: Fixed
Last Modified: 2023-06-11 16:50:10
Version Found In: Milestone: 1.0
User Comments:
js added on 2020-05-23 18:14:28: (text/x-fossil-wiki)
<code>of_socket_address_parse_ipv6()</code> should allow addresses like <code>::ffff:127.0.0.1</code> and convert them to <code>::ffff:0:7f00:1</code>.

js added on 2023-06-11 16:50:10: (text/x-markdown)
Implemented in [](af9084b456).