diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_p2p_stress.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_p2p_stress.cpp b/test/test_p2p_stress.cpp index 1eb4a0d..ca4fcda 100644 --- a/test/test_p2p_stress.cpp +++ b/test/test_p2p_stress.cpp @@ -148,6 +148,7 @@ void install_proto(AppContext &app, const size_t &seg_buff_size) { for (const auto &p: app.tc) s += salticidae::stringprintf(" %d(%d)", ntohs(p.first.port), p.second.ncompleted); SALTICIDAE_LOG_INFO("%d completed:%s", ntohs(app.addr.port), s.c_str()); + SALTICIDAE_LOG_INFO("%d npending: %lu", ntohs(app.addr.port), net.get_npending()); }); double t = salticidae::gen_rand_timeout(10); tc.timer.add(t); |