Return-Path: X-Original-To: apmail-qpid-proton-archive@minotaur.apache.org Delivered-To: apmail-qpid-proton-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 17A4110E05 for ; Tue, 1 Apr 2014 12:16:27 +0000 (UTC) Received: (qmail 22339 invoked by uid 500); 1 Apr 2014 12:16:26 -0000 Delivered-To: apmail-qpid-proton-archive@qpid.apache.org Received: (qmail 22211 invoked by uid 500); 1 Apr 2014 12:16:21 -0000 Mailing-List: contact proton-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: proton@qpid.apache.org Delivered-To: mailing list proton@qpid.apache.org Received: (qmail 21434 invoked by uid 99); 1 Apr 2014 12:16:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2014 12:16:17 +0000 Date: Tue, 1 Apr 2014 12:16:17 +0000 (UTC) From: "Ted Ross (JIRA)" To: proton@qpid.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (PROTON-548) Proton-C driver doesn't support AF_INET6 (IPv6) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/PROTON-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Ross updated PROTON-548: ---------------------------- Component/s: proton-j > 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, proton-j > 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 "::1" rather than "127.0.0.1" -- This message was sent by Atlassian JIRA (v6.2#6252)