You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Dominic Evans (JIRA)" <ji...@apache.org> on 2015/03/03 12:59:05 UTC

[jira] [Resolved] (PROTON-548) Proton-C driver and URL Parsers don't support AF_INET6 (IPv6)

     [ https://issues.apache.org/jira/browse/PROTON-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dominic Evans resolved PROTON-548.
----------------------------------
    Resolution: Fixed

Just noticed that the windows fix was comitted by [~chug] under commit b4fbb15, so marking this off as resolved

commit b4fbb1504a005d449a7201eed8e5dd8ac6212ef5
Author: Chuck Rolke <ch...@redhat.com>
Date:   Wed Dec 3 17:07:20 2014 -0500

    QPID-548: IPv6 fix for Windows to create socket of correct address family.
    Patch from Dominic Evans.



> Proton-C driver and URL Parsers don'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, proton-j
>    Affects Versions: 0.6
>            Reporter: Ted Ross
>            Assignee: Cliff Jansen
>             Fix For: 0.9
>
>         Attachments: 08_fix_ipv6_windows.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 "::1" rather than "127.0.0.1"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)