mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
DeliveryStatus per garlic destination
This commit is contained in:
parent
fccadb752f
commit
070a7fea2c
3 changed files with 33 additions and 41 deletions
|
@ -221,7 +221,7 @@ namespace tunnel
|
|||
DeleteI2NPMessage (msg);
|
||||
}
|
||||
else
|
||||
i2p::garlic::routing.PostI2NPMsg (msg);
|
||||
m_LocalDestination.HandleDeliveryStatusMessage (msg);
|
||||
}
|
||||
|
||||
const i2p::data::RouterInfo * TunnelPool::SelectNextHop (const i2p::data::RouterInfo * prevHop) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue