On Tue, Jan 15, 2013 at 6:49 PM, Nishant Mittal <nmittal at rblt.com> wrote: > is it possible to set ZMQ_IDENTITY after zmq_connect ? and if i do it > multiple times.. does it overwrite the last identity? If you do this, the results will be inconsistent. Set the identity once before connecting, and don't change it afterwards. -Pieter