diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-03-01 15:12:17 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-03-01 15:12:17 -0800 |
commit | d79585d44d54256ee3ddbec264174f9b6e008bed (patch) | |
tree | df05fedd549e3c1df58c46bb83789e411b792403 /include | |
parent | 39f886ad889affb1388d83c71db1a101a30e9a58 (diff) | |
download | infinitytier-d79585d44d54256ee3ddbec264174f9b6e008bed.tar.gz infinitytier-d79585d44d54256ee3ddbec264174f9b6e008bed.zip |
Circuit tests now report link quality. Also fixed a little thing in revocation propagation.
Diffstat (limited to 'include')
-rw-r--r-- | include/ZeroTierOne.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h index 5b478afb..98413a21 100644 --- a/include/ZeroTierOne.h +++ b/include/ZeroTierOne.h @@ -1271,6 +1271,11 @@ typedef struct { struct sockaddr_storage receivedFromRemoteAddress; /** + * Path link quality of physical path over which test was received + */ + int receivedFromLinkQuality; + + /** * Next hops to which packets are being or will be sent by the reporter * * In addition to reporting back, the reporter may send the test on if |