mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
correct receive stats
This commit is contained in:
parent
57310fdbd6
commit
cea6ea4344
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue