Browse Source

pick another lease for resend

pull/93/head
orignal 10 years ago
parent
commit
049f022d3f
  1. 3
      Streaming.cpp

3
Streaming.cpp

@ -456,7 +456,10 @@ namespace stream @@ -456,7 +456,10 @@ namespace stream
}
}
if (packets.size () > 0)
{
UpdateCurrentRemoteLease (); // pick another lease
SendPackets (packets);
}
ScheduleResend ();
}
}

Loading…
Cancel
Save