Skip to content
  • Thomas Haller's avatar
    platform: add and use nm_sock_addr_union_to_string() · 78ce4307
    Thomas Haller authored
    We still don't use getnameinfo(). This is used for logging,
    where we want to see a string representation that is as close
    as possible to the actual bytes (to spot differences). It should
    not be obfuscated by a libc function out of our control.
    
    Also fix the notation for the IPv6 scope ID to use the common '%'
    character.
    78ce4307