mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-15 01:23:14 -07:00
The return of peer peristence.
This commit is contained in:
parent
5076c49210
commit
76a95dc58f
4 changed files with 82 additions and 16 deletions
|
@ -163,8 +163,8 @@ public:
|
|||
_lastSend = b.template at<uint64_t>(p); p += 8;
|
||||
_lastReceived = b.template at<uint64_t>(p); p += 8;
|
||||
p += _localAddress.deserialize(b,p);
|
||||
_flags = b.template at<uint16_t>(p); p += 4;
|
||||
return (startAt - p);
|
||||
_flags = b.template at<uint16_t>(p); p += 2;
|
||||
return (p - startAt);
|
||||
}
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue