[zeromq-dev] OpenPGM and IPv6 interfaces
Steven McCoy
steven.mccoy at miru.hk
Thu Feb 4 03:08:01 CET 2010
2010/2/3 Martin Sustrik <sustrik at 250bpm.com>
> Steven,
>
> > You can provide an address family to the pgm_if_get_transport_info call
> > via the ti_family field of the pgm_transport_info_t parameter.
>
> Tried to make it work this way:
>
> struct pgm_transport_info_t *res = NULL;
> struct pgm_transport_info_t hint;
> memset (&hint, 0, sizeof (hint));
> hint.ti_family = AF_INET;
> if (!pgm_if_get_transport_info (network, &hint, &res, &pgm_error))...
>
>
> pgm_if_get_transport_info succeeds but the address seems resolve to
> 0.0.0.0:
>
> Any hints?
>
The unit tests run through AF_UNSPEC, AF_INET, and AF_INET6 all with no
problems resolving addresses correctly on Ubuntu 8.04.3, I'm seeing a
getaddrinfo error on Ubuntu 9.10 so will look into that first.
--
Steve-o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20100204/01507403/attachment.htm>
More information about the zeromq-dev
mailing list