美文网首页
解决NetAnim"Max Packets per trace

解决NetAnim"Max Packets per trace

作者: Mjolnir1107 | 来源:发表于2019-03-29 21:25 被阅读0次

此问题是xml文件超过数据分组导致的,只需要在函数中添加

AnimationInterface anim("test_trace.xml");
anim.SetMaxPktsPerTraceFile(99999999999999);

即可解决。

void ns3::AnimationInterface::SetMaxPktsPerTraceFile    (uint64_t   maxPktsPerFile) 

Set Max packets per trace file.

maxPktsPerFile
The maximum number of packets per trace file. 

相关文章

网友评论

      本文标题:解决NetAnim"Max Packets per trace

      本文链接:https://www.haomeiwen.com/subject/txzrbqtx.html