From b886c6e00ab986f3f22d6e77f77fa8f559532e38 Mon Sep 17 00:00:00 2001 From: Determinant Date: Fri, 28 Jun 2019 00:25:30 -0400 Subject: fix fd leakage --- test/test_p2p_stress.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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); -- cgit v1.2.3