1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-03-10 05:11:10 +00:00

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