mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-08-26 11:40:50 +00:00
keep sending on established udp session after ack timeout
This commit is contained in:
@@ -205,7 +205,7 @@ namespace client
|
||||
if (ecode != boost::asio::error::operation_aborted)
|
||||
{
|
||||
LogPrint (eLogInfo, "UDP Connection: Packet ", m_AckTimerSeqn, " was not acked");
|
||||
m_IsSendingAllowed = false; // stop sending datagrams
|
||||
if (m_IsFirstPacket) m_IsSendingAllowed = false; // stop sending only if session is not established yet
|
||||
m_AckTimerSeqn = 0;
|
||||
m_RTT = 0;
|
||||
if (!m_UnackedDatagrams.empty ()) ScheduleAckTimer (0); // try again if failed
|
||||
|
||||
Reference in New Issue
Block a user