mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fixed stream hanging due to inactivity. Smoother RTT
This commit is contained in:
parent
8c0a1197d7
commit
a9c486d7a1
2 changed files with 2 additions and 2 deletions
|
@ -1167,7 +1167,7 @@ namespace stream
|
|||
if (m_IsNAcked) ScheduleSend ();
|
||||
}
|
||||
else
|
||||
ScheduleSend ();
|
||||
SendBuffer ();
|
||||
if (!m_IsNAcked) ScheduleResend ();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue