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