Browse Source

drop RTO to initial if tunnels pair changes

pull/163/head
orignal 9 years ago
parent
commit
c2edbdc487
  1. 1
      Streaming.cpp

1
Streaming.cpp

@ -640,6 +640,7 @@ namespace stream @@ -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);
}

Loading…
Cancel
Save