mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 20:41:44 -07:00
Move more ephemeral stuff to a tiny MemberLastRequest table instead of the main Member table.
This commit is contained in:
parent
192e5dbff8
commit
f7f658605d
6 changed files with 14 additions and 10 deletions
|
@ -1175,7 +1175,7 @@ void EmbeddedNetworkController::_request(
|
|||
ms.lastRequestTime = now;
|
||||
}
|
||||
|
||||
_db->nodeIsOnline(nwid,identity.address().toInt());
|
||||
_db->nodeIsOnline(nwid,identity.address().toInt(),fromAddr);
|
||||
|
||||
Utils::hex(nwid,nwids);
|
||||
_db->get(nwid,network,identity.address().toInt(),member,ns);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue