mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 19:27:49 +02: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
Add a link
Reference in a new issue