mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
I2NPMessagesHandler
This commit is contained in:
parent
3ed1fee7ce
commit
0c73aff0a2
7 changed files with 64 additions and 3 deletions
|
@ -576,6 +576,11 @@ namespace tunnel
|
|||
if (msg) m_Queue.Put (msg);
|
||||
}
|
||||
|
||||
void Tunnels::PostTunnelData (const std::vector<I2NPMessage *>& msgs)
|
||||
{
|
||||
m_Queue.Put (msgs);
|
||||
}
|
||||
|
||||
template<class TTunnel>
|
||||
TTunnel * Tunnels::CreateTunnel (TunnelConfig * config, OutboundTunnel * outboundTunnel)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue