mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
correct receive stats
This commit is contained in:
@@ -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++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user