Skip to content

Commit

Permalink
fix bug with unexpected stream closing
Browse files Browse the repository at this point in the history
  • Loading branch information
orignal committed Dec 7, 2024
1 parent 786da05 commit 65da550
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libi2pd/Streaming.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

Expand Down

0 comments on commit 65da550

Please sign in to comment.