mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
use I2NPMessagesHandler for SSU
This commit is contained in:
parent
aae837f642
commit
0b911a5caa
2 changed files with 4 additions and 1 deletions
|
@ -106,6 +106,7 @@ namespace transport
|
|||
std::set<uint32_t> m_ReceivedMessages;
|
||||
boost::asio::deadline_timer m_ResendTimer;
|
||||
int m_MaxPacketSize, m_PacketSize;
|
||||
i2p::I2NPMessagesHandler m_Handler;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue