mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
delete unconfirmed LeaseSet and DeliveryStatus
This commit is contained in:
parent
45145fa50a
commit
b5bc05ac2b
4 changed files with 21 additions and 9 deletions
|
@ -113,7 +113,8 @@ namespace garlic
|
|||
bool IsLeaseSetNonConfirmed () const { return m_LeaseSetUpdateStatus == eLeaseSetSubmitted; };
|
||||
bool IsLeaseSetUpdated () const { return m_LeaseSetUpdateStatus == eLeaseSetUpdated; };
|
||||
uint64_t GetLeaseSetSubmissionTime () const { return m_LeaseSetSubmissionTime; }
|
||||
|
||||
void CleanupUnconfirmedLeaseSet (uint64_t ts);
|
||||
|
||||
std::shared_ptr<GarlicRoutingPath> GetSharedRoutingPath ();
|
||||
void SetSharedRoutingPath (std::shared_ptr<GarlicRoutingPath> path);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue