mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
set actual LeaseSet2 buffer size
This commit is contained in:
parent
168da33d8b
commit
962c2160c7
2 changed files with 16 additions and 0 deletions
|
@ -97,6 +97,7 @@ namespace data
|
|||
// called from LeaseSet2
|
||||
LeaseSet (bool storeLeases);
|
||||
void SetBuffer (const uint8_t * buf, size_t len);
|
||||
void SetBufferLen (size_t len);
|
||||
void SetIdentity (std::shared_ptr<const IdentityEx> identity) { m_Identity = identity; };
|
||||
void SetExpirationTime (uint64_t t) { m_ExpirationTime = t; };
|
||||
void SetIsValid (bool isValid) { m_IsValid = isValid; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue