pub unsafe extern "C" fn aeron_publication_local_sockaddrs(
    publication: *mut aeron_publication_t,
    address_vec: *mut aeron_iovec_t,
    address_vec_len: usize
) -> c_int
Expand description

Get all of the local socket addresses for this publication. Typically only one representing the control address.

@param subscription to query @param address_vec to hold the received addresses @param address_vec_len available length of the vector to hold the addresses @return number of addresses found or -1 if there is an error. @see aeron_subscription_local_sockaddrs