[zeromq-dev] Does zmq_setsockopt(ZMQ_IDENTITY) do anything magical?

2010-06-23 Thread Matt Weinstein
Folks, I'm considering changing the Identities of my sockets instead of closing and re-opening them after a REQ/REP protocol failure (where I've received an extra reply via an XREP/XREQ forwarder discussed in the timeout thread). The documentation says: If the socket has no identity, each

Re: [zeromq-dev] Does zmq_setsockopt(ZMQ_IDENTITY) do anything magical?

2010-06-23 Thread Martin Sustrik
Hi Matt, I'm considering changing the Identities of my sockets instead of closing and re-opening them after a REQ/REP protocol failure (where I've received an extra reply via an XREP/XREQ forwarder discussed in the timeout thread). The identity is applied to particular bind or connect.