Current _find_myself function is using netlink and that's not very portable and as #139 shows it can "change". Idea is to migrate _find_myself function to use getifaddrs which seems to be more stable and also better portable (not really needed because booth is Linux only, but still might be nice to have)
Current
_find_myselffunction is using netlink and that's not very portable and as #139 shows it can "change". Idea is to migrate_find_myselffunction to usegetifaddrswhich seems to be more stable and also better portable (not really needed because booth is Linux only, but still might be nice to have)