mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
clean up non received DeliveryStatus messages
This commit is contained in:
parent
5d0852c1e2
commit
a914608264
2 changed files with 32 additions and 9 deletions
3
Garlic.h
3
Garlic.h
|
@ -111,6 +111,9 @@ namespace garlic
|
|||
std::shared_ptr<GarlicRoutingPath> GetSharedRoutingPath ();
|
||||
void SetSharedRoutingPath (std::shared_ptr<GarlicRoutingPath> path);
|
||||
|
||||
const GarlicDestination * GetOwner () const { return m_Owner; }
|
||||
void SetOwner (GarlicDestination * owner) { m_Owner = owner; }
|
||||
|
||||
private:
|
||||
|
||||
size_t CreateAESBlock (uint8_t * buf, std::shared_ptr<const I2NPMessage> msg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue