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)
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_implfromgr-zeromq\lib\base_impl.cc)