[zeromq-dev] zmq_forwarder fails when my machine is not on the internet
Martin Lucina
mato at kotelna.sk
Wed Jul 21 17:40:57 CEST 2010
Mike,
michael at frumin.net said:
> Mato, thanks. But I'm confused -- where does this leave me? What should I do
> to deal with this problem in the meantime?
You can grab the latest Git master, or patch the 2.0.7 release taking out
the AI_ADDRCONFIG flag in the call to getaddrinfo() in src/ip.cpp, or if on
Linux add a "fake" IP address such as:
# ip addr add 10.10.10.10/24 dev eth0
Cheers,
-mato
More information about the zeromq-dev
mailing list