messense / if-addrs

Retrieve IP addresses for all interfaces. POSIX & Windows
BSD 3-Clause "New" or "Revised" License
22 stars 15 forks source link

broken on android >= 11 #14

Closed dvc94ch closed 2 years ago

dvc94ch commented 2 years ago

looks like the custom code can be deleted and the libc implementation can be used on android. they fixed getifaddrs but disabled support for interacting with the netlink socket directly.