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

Alan Conway closed PROTON-1251.
-------------------------------
    Resolution: Invalid

Dropping this, wrong end of stick. Binding to the first address in 
getaddrinfo(host=NULL) will only listen on one of ipv4/v6. Not a good idea, you 
need to specify which of IPv4/v6 you want in the URL.

> URL support for listening on and connecting to ipV6 local host
> --------------------------------------------------------------
>
>                 Key: PROTON-1251
>                 URL: https://issues.apache.org/jira/browse/PROTON-1251
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: cpp-binding, proton-c
>    Affects Versions: 0.12.2
>            Reporter: Alan Conway
>            Assignee: Alan Conway
>             Fix For: 0.13.0
>
>
> Allow all components of a proton URL to be empty, including the host. If the 
> host is empty pass NULL to the underlying C listen call to listen on all 
> interfaces.
> This is required to allow servers to listen on the default port on all local 
> interfaces. Using "0.0.0.0"  in a listening URL will only listen for IPv4, 
> not IPv6.
> Using an empty URL allows a server to listen on all local interfaces for both 
> v4 and v6, and allows a client to connect to the local "amqp" port in 
> whatever is the default protocol (v4 or 6)



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to