Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试重播一个大的 pcap 文件,而 tcpreplay 继续打印“警告:数据包 #50579 已及时返回”。 那会影响效率。有办法阻止这种情况吗?
从 tcpreplay 3.4.4 开始,您不能完全消除此警告,但更改代码以执行此操作很简单——查看 src/common/err.h 中的定义,并将 warnx() 定义更改为 no -op 禁用调试时,类似于 dbg() 和 dbgx()。
但是,您应该验证输出是否确实影响数据包吞吐量。我对此表示怀疑,特别是如果它只影响单个数据包。