摘要: 1、绑定网络接口进行数据收发的时候, 是不能进行广播, 比如执行以下代码后,就不能进行广播 struct ifreq ifr; memset(&ifr, 0x00, sizeof(ifr)); strncpy(ifr.ifr_name, "eth0", IFNAMSIZ); setsockopt(p 阅读全文
posted @ 2020-07-01 18:16 cogitoergosum 阅读(886) 评论(0) 推荐(0)
摘要: 参考链接: https://www.jianshu.com/p/f058229a42d8 阅读全文
posted @ 2020-07-01 17:05 cogitoergosum 阅读(471) 评论(0) 推荐(0)
摘要: 参考链接: https://www.wuweixin.com/2015/02/11/openwrt-wifidog-wiwiz-install/ 阅读全文
posted @ 2020-07-01 14:54 cogitoergosum 阅读(278) 评论(0) 推荐(0)