libzmq/include
Ricardo Catalinas Jiménez ec5592db1f Fix 1478: receive unsubscriptions in XPUB when verbose
Fixes not receiving unsubscription messages in XPUB socket with
ZMQ_XPUB_VERBOSE and using a XSUB-XPUB proxy in front.

This adds two modifications:

- It adds a new flag, ZMQ_XPUB_VERBOSE_UNSUBSCRIBE, to enable verbose
  unsubscription messages, necessary when using a XSUB/XPUB proxy.

- It adds a boolean switch to zmq::mtrie_t::rm () to control if the
  callback is invoked every time or only in the last removal. Necessary
  when a pipe is terminated and the verbose mode for unsubscriptions is
  enabled.
2015-07-23 12:02:34 +01:00
..
zmq_utils.h Problem: source file headers are somewhat confusing about LGPLv3 2015-06-02 22:33:55 +02:00
zmq.h Fix 1478: receive unsubscriptions in XPUB when verbose 2015-07-23 12:02:34 +01:00