summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-06 17:55:57 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-06 17:55:57 -0700
commit477feee8a3fbc84d00c2939b5fc8a9bbf19af2ca (patch)
tree1f2a6edc5e9d857ec62a3da62d429c41ae3e0506 /include
parent7394ec6f6ab38c48e84edf3bf2fdb46e6966fa35 (diff)
downloadinfinitytier-477feee8a3fbc84d00c2939b5fc8a9bbf19af2ca.tar.gz
infinitytier-477feee8a3fbc84d00c2939b5fc8a9bbf19af2ca.zip
Some work on CIRCUIT_TEST, and a significant speedup to Poly1305.
Diffstat (limited to 'include')
-rw-r--r--include/ZeroTierOne.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h
index 43c8fc0b..341bb767 100644
--- a/include/ZeroTierOne.h
+++ b/include/ZeroTierOne.h
@@ -758,6 +758,11 @@ typedef struct {
*/
typedef struct {
/**
+ * Sender of report
+ */
+ uint64_t address;
+
+ /**
* 64-bit test ID
*/
uint64_t testId;
@@ -839,7 +844,7 @@ typedef struct {
*
* This may have ss_family set to zero (null address) if unspecified.
*/
- struct sockaddr_storage receivedFromAddress;
+ struct sockaddr_storage receivedFromRemoteAddress;
/**
* Next hops to which packets are being or will be sent by the reporter