谁能告诉我为什么在ns3.24中运行构建拓扑的程序后会收到这条消息?
assert failed. cond="c.GetN () == 2", file=../src/point-to-point/helper/point-to-point-helper.cc, line=220
terminate called without an active exception谢谢。
发布于 2018-10-25 23:32:16
尝试检查节点编号,要安装pointTopoint,必须在两个节点中完成。如下所示:
nodes.Create(2)
如果您尝试安装在不同数量的节点上,可能会导致此错误。
BR
https://stackoverflow.com/questions/36550308
复制相似问题