drop RTO to initial if tunnels pair changes

This commit is contained in:
orignal 2015-03-10 18:51:04 -04:00
parent 5bc854bedc
commit c2edbdc487

View file

@ -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);
}