Skip to content

Can't connect to IPv6 host using ZMQ PULL Source #1866

@Vort

Description

@Vort

When I try to specify IPv6 address as parameter for ZMQ PULL Source block, no connection happens.
At the same time, IPv4 addresses works fine.
I was able to make it work by using portmap feature of my OS, but that's a hack and should be eliminated.

Works good: tcp://8.8.8.8:5900
Does not work: tcp://[fc00:3::2]:5900

Looks like ZMQ_IPV6 socket option should be specified somewhere in GNU Radio sources:
http://api.zeromq.org/4-2:zmq-setsockopt#toc23
(maybe at base_source_impl from gr-zeromq\lib\base_impl.cc)

Metadata

Metadata

Assignees

No one assigned
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions