From d2503172d833d4202557e5142f90ce96dc0cda4e Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 15 Apr 2015 19:00:26 -0700 Subject: Add some additional detail to the peer record in CAPI and JSON control plane. --- include/ZeroTierOne.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include') diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h index 45ed626a..e60d4a74 100644 --- a/include/ZeroTierOne.h +++ b/include/ZeroTierOne.h @@ -560,6 +560,16 @@ typedef struct */ uint64_t address; + /** + * Time we last received a unicast frame from this peer + */ + uint64_t lastUnicastFrame; + + /** + * Time we last received a multicast rame from this peer + */ + uint64_t lastMulticastFrame; + /** * Remote major version or -1 if not known */ -- cgit v1.2.3