• 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
test_reqrep_tipc.cpp 1.97 KB