Skip to content

Set the ZMQ Receive Buffer High Water Mark only if it changes (#444)

This is to reduce the impact of a bug present in ZMQ 4.2.0 and ZMQ 4.2.1 which led to a bad lwm and hwm calculation when ZMQ_RCVHWM was set after the bind of the socket. See #444 (closed) for more details

Merge request reports