mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
handle I2NP message block
This commit is contained in:
parent
53148fe58f
commit
7e7aee27b6
2 changed files with 11 additions and 1 deletions
|
@ -148,6 +148,7 @@ namespace transport
|
|||
SSU2SessionState m_State;
|
||||
uint8_t m_KeyDataSend[64], m_KeyDataReceive[64];
|
||||
uint32_t m_SendPacketNum, m_ReceivePacketNum;
|
||||
i2p::I2NPMessagesHandler m_Handler;
|
||||
};
|
||||
|
||||
class SSU2Server: private i2p::util::RunnableServiceWithWork
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue