From 1337cc0c25907b3f19ca1599b4cfa39ded549d2e Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Tue, 10 Jul 2018 07:51:51 -0400 Subject: [PATCH] also pump outbound queues during logic tick --- llarp/iwp/session.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llarp/iwp/session.cpp b/llarp/iwp/session.cpp index 8b2525688..38e43f616 100644 --- a/llarp/iwp/session.cpp +++ b/llarp/iwp/session.cpp @@ -417,6 +417,9 @@ llarp_link_session::TickLogic() q.pop(); } frame.process_inbound_queue(); + frame.retransmit(llarp_time_now_ms()); + pump(); + PumpCryptoOutbound(); } bool