mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fixed typo
This commit is contained in:
@@ -613,10 +613,8 @@ namespace stream
|
|||||||
if (wasInitial)
|
if (wasInitial)
|
||||||
ScheduleResend ();
|
ScheduleResend ();
|
||||||
}
|
}
|
||||||
if (m_IsClientChoked && ackThrough > m_DropWindowDelaySequenceNumber)
|
if (m_IsClientChoked && ackThrough >= m_DropWindowDelaySequenceNumber)
|
||||||
{
|
|
||||||
m_IsClientChoked = false;
|
m_IsClientChoked = false;
|
||||||
}
|
|
||||||
if (m_IsWinDropped && ackThrough > m_DropWindowDelaySequenceNumber)
|
if (m_IsWinDropped && ackThrough > m_DropWindowDelaySequenceNumber)
|
||||||
{
|
{
|
||||||
m_IsFirstRttSample = true;
|
m_IsFirstRttSample = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user