diff options
| author | Joseph Henry <[email protected]> | 2022-03-02 09:55:23 -0800 |
|---|---|---|
| committer | Joseph Henry <[email protected]> | 2022-03-02 09:55:23 -0800 |
| commit | 8148c658cfaf58f926a8fd2e0350b7f4a5e4baaa (patch) | |
| tree | 7c70f8e4f010da8521923b18f98c16e42567a3b8 /include | |
| parent | f8e24f4629f0edde11c3e03c884c19a4fb69aaad (diff) | |
Remove bonds for peers that have fully expired. Remove notion of bond health
Diffstat (limited to 'include')
| -rw-r--r-- | include/ZeroTierOne.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h index e88fbda1..e16d23f8 100644 --- a/include/ZeroTierOne.h +++ b/include/ZeroTierOne.h @@ -1405,11 +1405,6 @@ typedef struct int bondingPolicy; /** - * The health status of the bond to this peer - */ - bool isHealthy; - - /** * The number of links that comprise the bond to this peer that are considered alive */ int numAliveLinks; |
