mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-14 00:53:21 -07:00
generate javadocs for the Java SDK
This commit is contained in:
parent
0d4283a3fa
commit
56f8160af8
23 changed files with 624 additions and 19 deletions
|
@ -28,7 +28,18 @@
|
|||
package com.zerotierone.sdk;
|
||||
|
||||
public enum PeerRole {
|
||||
/**
|
||||
* An ordinary node
|
||||
*/
|
||||
PEER_ROLE_LEAF,
|
||||
|
||||
/**
|
||||
* Locally federated hub
|
||||
*/
|
||||
PEER_ROLE_HUB,
|
||||
|
||||
/**
|
||||
* planetary supernode
|
||||
*/
|
||||
PEER_ROLE_SUPERNODE
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue