linux上安装组播测试工具ssmping
时间:2016-07-06 18:29:46
收藏:0
阅读:492
1. ssmping实现了rfc6450规定的组播ping功能:https://tools.ietf.org/html/rfc6450
2. ssmping的源码包可以从这里下载得到:https://launchpad.net/ubuntu/trusty/+package/ssmping
3. 下载之后解压然后在centos linux 上执行make报如下错误:
ssmpingd.c:44: error: dereferencing pointer to incomplete type
解决办法是编辑Makefile文件,添加如下一行:
CFLAGS += -D_GNU_SOURCE
原文:http://11772130.blog.51cto.com/11762130/1811568
评论(0)