From c2edbdc4872ca706298c7e47ae5fa38daa9da63c Mon Sep 17 00:00:00 2001 From: orignal Date: Tue, 10 Mar 2015 18:51:04 -0400 Subject: [PATCH] drop RTO to initial if tunnels pair changes --- Streaming.cpp | 1 + 1 file changed, 1 insertion(+) 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); }