• Pontus Sköldström's avatar
    Support addressing TIPC Port Identity · 78aa9b19
    Pontus Sköldström authored
    ZeroMQ currently supports location independent addressing using TIPC
    Port Names with tipc://{type,instance}. This commits adds support for
    connecting and binding using TIPC Port Identity addresses. To connect
    using Port Identities the expected format is tipc://<Z.C.N:Ref>, e.g.
    "tipc://<1.2.3:123123>". To bind using TIPC Port Identities the expected
    format is "tipc://<*>".
    78aa9b19
tipc_connecter.cpp 7.64 KB