fix bug with unexpected stream closing

This commit is contained in:
orignal 2024-12-07 15:03:18 -05:00
parent 786da057f2
commit 65da550d19

View file

@ -1147,7 +1147,6 @@ namespace stream
m_CurrentOutboundTunnel = routingPath->outboundTunnel;
m_CurrentRemoteLease = routingPath->remoteLease;
m_RTT = routingPath->rtt;
m_RTO = std::max (MIN_RTO, (int)(m_RTT * 1.3 + m_Jitter)); // TODO: implement it better
}
}