mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-20 04:55:40 +02:00
fixed typo
This commit is contained in:
parent
81dae1997d
commit
bf050ac465
1 changed files with 1 additions and 3 deletions
|
@ -613,10 +613,8 @@ namespace stream
|
|||
if (wasInitial)
|
||||
ScheduleResend ();
|
||||
}
|
||||
if (m_IsClientChoked && ackThrough > m_DropWindowDelaySequenceNumber)
|
||||
{
|
||||
if (m_IsClientChoked && ackThrough >= m_DropWindowDelaySequenceNumber)
|
||||
m_IsClientChoked = false;
|
||||
}
|
||||
if (m_IsWinDropped && ackThrough > m_DropWindowDelaySequenceNumber)
|
||||
{
|
||||
m_IsFirstRttSample = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue