[
https://issues.apache.org/jira/browse/PROTON-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Ross updated PROTON-548:
----------------------------
Attachment: PROTON-548.patch
Proposed fix. I've tested this with Dispatch and have verified that all of the
following addresses work correctly:
- 0.0.0.0
- 127.0.0.1
- localhost
- ::0
> Proton-C driver doesn't support AF_INET6 (IPv6)
> -----------------------------------------------
>
> Key: PROTON-548
> URL: https://issues.apache.org/jira/browse/PROTON-548
> Project: Qpid Proton
> Issue Type: Bug
> Components: proton-c
> Affects Versions: 0.6
> Reporter: Ted Ross
> Attachments: PROTON-548.patch
>
>
> The proton-c driver hard-codes its sockets to AF_INET, rather than using the
> address family associated with a particular address.
> On systems that enable IPv6, the address "localhost" cannot be used because
> it resolves to "::0" rather than "127.0.0.1"
--
This message was sent by Atlassian JIRA
(v6.2#6252)