On 12/14/2011 11:49 AM, Whit Armstrong wrote: > Is it possible to construct a ZMQ_ROUTER socket that does not drop on HWM? Technically it is possible. It can block instead of dropping. The question is whether single peer being dead/slow should really block sending messages to all the other peers. Martin