mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
resubmit non-confirmed LeaseSet
This commit is contained in:
parent
4ee9b4524d
commit
c74db4b81c
2 changed files with 18 additions and 25 deletions
1
Garlic.h
1
Garlic.h
|
@ -106,6 +106,7 @@ namespace garlic
|
|||
};
|
||||
bool IsLeaseSetNonConfirmed () const { return m_LeaseSetUpdateStatus == eLeaseSetSubmitted; };
|
||||
bool IsLeaseSetUpdated () const { return m_LeaseSetUpdateStatus == eLeaseSetUpdated; };
|
||||
uint64_t GetLeaseSetSubmissionTime () const { return m_LeaseSetSubmissionTime; }
|
||||
|
||||
std::shared_ptr<GarlicRoutingPath> GetSharedRoutingPath ();
|
||||
void SetSharedRoutingPath (std::shared_ptr<GarlicRoutingPath> path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue