summaryrefslogtreecommitdiff
path: root/changes/bug1827
blob: 0701876d818eab33a06362649a93281dfb2d9f36 (plain)
1
2
3
4
5
6
7
8
9
  - Minor features:
    - Try to use system facilities for enumerating local interface
      addresses, before falling back to our old approach (which was
      binding a UDP socket, and calling getsockname() on it). That
      approach was confusing people whose draconian firewall software
      didn't like binding to UDP sockets, regardless of whether
      packets were sent. Now we try to use getifaddrs(), SIOCGIFCONF,
      or GetAdaptersAddresses(), depending on what the system
      supports. Resolves ticket #1827.