[zeromq-dev] 0MQ/2.0-beta1 on OSX

Erik Rigtorp erik at rigtorp.com
Mon Jan 18 07:48:49 CET 2010


On Sun, Jan 17, 2010 at 18:46, Asko Kauppi <askok at dnainternet.net> wrote:
>
> Hi again.
>
> I had a look at this OS X PowerPC "issue" today, and it's not really
> an issue at all.
>
> I was using "en0" blindly, without realizing it is wired Ethernet that
> I don't have hooked up on this laptop. Using "en1" (wlan interface)
> works.
>
> <<
> $ ./local_lat tcp://en1:5555 1 10000 &
> [1] 53797

Use this instead: ./local_lat tcp://0.0.0.0:5555 1 10000

This binds to all local interfaces.

Erik



More information about the zeromq-dev mailing list