clean up non received DeliveryStatus messages

This commit is contained in:
orignal 2016-11-16 14:43:29 -05:00
parent 5d0852c1e2
commit a914608264
2 changed files with 32 additions and 9 deletions

View file

@ -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);