mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-15 21:58:21 +00:00
java code still needed to reflect PEER_ROLE_RELAY rename to PEER_ROLE_UPSTREAM
This commit is contained in:
@ -34,9 +34,9 @@ public enum PeerRole {
|
||||
PEER_ROLE_LEAF,
|
||||
|
||||
/**
|
||||
* relay node
|
||||
* upstream node
|
||||
*/
|
||||
PEER_ROLE_RELAY,
|
||||
PEER_ROLE_UPSTREAM,
|
||||
|
||||
/**
|
||||
* root server
|
||||
|
Reference in New Issue
Block a user