diff --git a/Streaming.cpp b/Streaming.cpp index 0826a110..3f32e9a0 100644 --- a/Streaming.cpp +++ b/Streaming.cpp @@ -640,6 +640,7 @@ namespace stream // congesion avoidance didn't help m_CurrentOutboundTunnel = nullptr; // pick another outbound tunnel UpdateCurrentRemoteLease (); // pick another lease + m_RTO = INITIAL_RTO; // drop RTO to initial upon tunnels pair change } SendPackets (packets); }