updateing/minieap

macOS 支持

Closed this issue · 2 comments

minieap/util/net_util.c

Lines 274 to 279 in 227a665

#elif defined __APPLE__
RESULT obtain_iface_ipv4_gateway(const char* ifname, uint8_t* buf) {
// TODO
return FAILURE;
}
#endif

可参考 netstat 的代码?
https://opensource.apple.com/source/network_cmds/network_cmds-543/netstat.tproj/route.c.auto.html

非常感谢!我这边 macOS 不作主用了,只是简单试了一下,取得数据没有问题。稍后合并。