mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
RequestVariableLeaseSetMessage
This commit is contained in:
parent
6c9b4a8c5d
commit
09a80ed654
4 changed files with 28 additions and 8 deletions
|
@ -213,6 +213,7 @@ namespace data
|
|||
m_Buffer[offset] = num;
|
||||
offset++;
|
||||
// leases
|
||||
m_Leases = m_Buffer + offset;
|
||||
auto currentTime = i2p::util::GetMillisecondsSinceEpoch ();
|
||||
for (int i = 0; i < num; i++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue