mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
create data message inside detination
This commit is contained in:
parent
df518ac5fd
commit
9f1e496fa4
3 changed files with 26 additions and 27 deletions
|
@ -426,7 +426,7 @@ namespace stream
|
|||
for (auto it: packets)
|
||||
{
|
||||
auto msg = m_RoutingSession->WrapSingleMessage (
|
||||
CreateDataMessage (this, it->GetBuffer (), it->GetLength ()),
|
||||
m_LocalDestination.CreateDataMessage (it->GetBuffer (), it->GetLength ()),
|
||||
leaseSet);
|
||||
msgs.push_back (i2p::tunnel::TunnelMessageBlock
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue