• Matthias Vallentin's avatar
    Allow actor publishing at random high-level ports. · 9e05460c
    Matthias Vallentin authored
    Using 0 as port parameter to io::publish instructs the OS to choose a
    random high-level port available for binding. The user gets the actual
    bound port as return value from io::publish, which used to return void.
    If the user enters a non-zero port, the passed port shall equal the
    return value.
    9e05460c
publish.hpp 2.79 KB