On Tue, Jul 2, 2013 at 3:44 PM, Mark Barbisan <[email protected]> wrote:
> The behaviour I was thinking about would be very simple: when the router > socket encounters a connection with an already taken identity, it allows the > new connection to assume that identity. > This new behaviour could be enabled via a new flag for zmq_setsockopt. > However, it would have to assume a trusted/secured network. Sounds right. We'd want to keep existing behaviour for compatibility, so make this optional. I've been thinking about breaking out ROUTER plus a few of the relevant options into a new SERVER socket type that would work with a CLIENT type (basically DEALER) adding heartbeating, PROBE_ROUTER, ROUTER_MANDATORY, etc.. -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
