mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-18 20:59:57 +00:00
correct receive stats
This commit is contained in:
parent
57310fdbd6
commit
cea6ea4344
@ -541,7 +541,7 @@ namespace transport
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
m_NumReceivedBytes += moreBytes;
|
m_NumReceivedBytes += moreBytes;
|
||||||
i2p::transport::transports.UpdateReceivedBytes (bytes_transferred);
|
i2p::transport::transports.UpdateReceivedBytes (moreBytes);
|
||||||
m_ReceiveBufferOffset += moreBytes;
|
m_ReceiveBufferOffset += moreBytes;
|
||||||
numReloads++;
|
numReloads++;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user