1. 15 May, 2016 3 commits
  2. 14 May, 2016 5 commits
  3. 13 May, 2016 17 commits
  4. 12 May, 2016 11 commits
  5. 11 May, 2016 3 commits
    • Hitster GTD's avatar
      Merge pull request #1982 from Hugne/bug_1968 · 29c8e30f
      Hitster GTD authored
      tipc: add support for address domain suffix
      29c8e30f
    • Erik Hugne's avatar
      tipc: add support for address domain suffix · f81ef1bc
      Erik Hugne authored
      The TIPC protocol bindings in ZeroMQ defaults to a lookup domain
      of 1.0.0 to prevent 'closest first' search, and instead always
      do round robin if several sockets in the network or node have
      the same name published. In retrospect, this might have been a
      bad idea because it won't work on standalone configurations.
      We solve this by allowing an optional domain suffix to be provided
      in the address, and 0.0.0 should be used in that case, or if the
      TIPC address range in the cluster configuration is defined to some
      other value. Domain suffixes are only relevant for connecting
      addresses.
      Signed-off-by: 's avatarErik Hugne <erik.hugne@gmail.com>
      f81ef1bc
    • Luca Boccassi's avatar
      Merge pull request #1981 from hitstergtd/x-unused-req · 4ad68e0d
      Luca Boccassi authored
      Problem: hint parameter throws unused warning
      4ad68e0d
  6. 10 May, 2016 1 commit