On 29 July 2013 11:01, Wang, Xin (WorldQuant) <[email protected]>wrote:

>
> int rc = zsocket_connect(subscriber, "epgm://10.88.150.227:5555");****
>
> int rc = zsocket_connect(subscriber, "epgm://eth0;10.88.150.227:5555");***
> *
>
> **
>

Try using the IP of the interface, e.g.

 int rc = zsocket_connect(subscriber, "epgm://1.2.3.4;10.88.150.227:5555");

-- 
Steve-o
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to