On Sat, Nov 17, 2012 at 5:59 PM, Merijn Verstraaten
<mer...@inconsistent.nl>wrote:

> I'm playing around with the ZMQ source and had a question. The socket
> implementations all read incoming messages from the pipe_t connected to it,
> but as far as I can see there is no way to identify the endpoint (IP+port
> or similar) associated with a pipe. Is it not possible to retrieve this
> information? If so, why not? If it is possible, how?
>

It is not, for reasoning it goes to the principles of ZeroMQ, for which
check out the guide: http://zguide.zeromq.org/page:all. You can set an
identity on a connection though, which may be the kind of thing you're
looking for.

Ian
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to