1. 24 Mar, 2019 1 commit
  2. 23 Mar, 2019 1 commit
  3. 27 May, 2018 1 commit
  4. 22 May, 2018 2 commits
  5. 02 Feb, 2018 1 commit
  6. 28 Jan, 2016 1 commit
  7. 02 Jun, 2015 1 commit
  8. 26 Jan, 2015 1 commit
    • Julien Ruffin's avatar
      Added socket option ZMQ_INVERT_MATCHING. · cf2238f8
      Julien Ruffin authored
      ZMQ_INVERT_MATCHING reverses the PUB/SUB prefix matching. The subscription
      list becomes a rejection list. The PUB socket sends messages to all
      connected (X)SUB sockets that do not have any matching subscription.
      
      Whenever the option is used on a PUB/XPUB socket, any connecting SUB
      sockets must also set it or they will reject everything the publisher
      sends them. XSUB sockets are unaffected because they do not filter out
      incoming messages.
      cf2238f8