mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fixed stream hanging due to inactivity. Smoother RTT
This commit is contained in:
@@ -1167,7 +1167,7 @@ namespace stream
|
||||
if (m_IsNAcked) ScheduleSend ();
|
||||
}
|
||||
else
|
||||
ScheduleSend ();
|
||||
SendBuffer ();
|
||||
if (!m_IsNAcked) ScheduleResend ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user