Hello! I'm having problems in that my application works with sender and receiver on the same machine. It does not work when I use two different machines on the same network (which by the way is ok as I control one of them via ssh on the same network). So something is amiss. I tried wireshark but I can't find the packets I'm sending. I tried filtering with the port and there are no packets originating from the port my programs are using. Right now I'm using these parameters
sender: ZMQ_PUB tcp://*:5678 receiver: ZMQ_SUB tcp://localhost:5678 Claudio _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
