From 049f022d3ff5ccc357328b10dcb1c2eee470aaca Mon Sep 17 00:00:00 2001 From: orignal Date: Thu, 14 Aug 2014 21:38:46 -0400 Subject: [PATCH] pick another lease for resend --- Streaming.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Streaming.cpp b/Streaming.cpp index 350f2a6e..96ba4f5e 100644 --- a/Streaming.cpp +++ b/Streaming.cpp @@ -456,7 +456,10 @@ namespace stream } } if (packets.size () > 0) + { + UpdateCurrentRemoteLease (); // pick another lease SendPackets (packets); + } ScheduleResend (); } }