mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 13:24:09 -07:00
GitHub issue #111
This commit is contained in:
parent
d8d4aace42
commit
52314dcdf6
3 changed files with 22 additions and 2 deletions
|
@ -203,6 +203,15 @@ struct ZT1_Node_Peer
|
|||
*/
|
||||
unsigned int latency;
|
||||
|
||||
/**
|
||||
* What trust hierarchy role does this device have?
|
||||
*/
|
||||
enum {
|
||||
ZT1_Node_Peer_SUPERNODE = 0, // planetary supernode
|
||||
ZT1_Node_Peer_HUB = 1, // locally federated hub (coming soon)
|
||||
ZT1_Node_Peer_NODE = 2 // ordinary node
|
||||
} role;
|
||||
|
||||
/**
|
||||
* Array of network paths to peer
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue