mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
moved num sent/received bytes to TransportSession
This commit is contained in:
parent
76ad7f24ee
commit
a72d7652af
5 changed files with 9 additions and 10 deletions
|
@ -146,7 +146,6 @@ namespace transport
|
|||
i2p::crypto::CBCDecryption m_SessionKeyDecryption;
|
||||
i2p::crypto::AESKey m_SessionKey;
|
||||
i2p::crypto::MACKey m_MacKey;
|
||||
size_t m_NumSentBytes, m_NumReceivedBytes;
|
||||
uint32_t m_CreationTime; // seconds since epoch
|
||||
SSUData m_Data;
|
||||
bool m_IsDataReceived;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue