mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-15 13:48:16 +00:00
reflect changes to ZT1_PeerRole in JNI
This commit is contained in:
@ -34,12 +34,12 @@ public enum PeerRole {
|
||||
PEER_ROLE_LEAF,
|
||||
|
||||
/**
|
||||
* Locally federated hub
|
||||
* relay node
|
||||
*/
|
||||
PEER_ROLE_HUB,
|
||||
PEER_ROLE_RELAY,
|
||||
|
||||
/**
|
||||
* planetary rootserver
|
||||
* root server
|
||||
*/
|
||||
PEER_ROLE_ROOTSERVER
|
||||
PEER_ROLE_ROOT
|
||||
}
|
Reference in New Issue
Block a user