RequestVariableLeaseSetMessage

This commit is contained in:
orignal 2016-05-29 16:35:57 -04:00
parent 6c9b4a8c5d
commit 09a80ed654
4 changed files with 28 additions and 8 deletions

View file

@ -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++)
{