osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults
This commit is contained in:
parent
d761330465
commit
7192fe6d15
14 changed files with 110 additions and 140 deletions
|
@ -51,11 +51,6 @@ class Defaults
|
|||
public:
|
||||
Defaults();
|
||||
|
||||
/**
|
||||
* Default home path for this platform
|
||||
*/
|
||||
const std::string defaultHomePath;
|
||||
|
||||
/**
|
||||
* Default root topology dictionary
|
||||
*/
|
||||
|
@ -66,22 +61,6 @@ public:
|
|||
*/
|
||||
const std::map< Address,Identity > rootTopologyAuthorities;
|
||||
|
||||
/**
|
||||
* Identities permitted to sign software updates
|
||||
*
|
||||
* ZTN can keep multiple signing identities and rotate them, keeping some in
|
||||
* "cold storage" and obsoleting others gradually.
|
||||
*
|
||||
* If you don't build with ZT_OFFICIAL_BUILD, this isn't used since your
|
||||
* build will not auto-update.
|
||||
*/
|
||||
const std::map< Address,Identity > updateAuthorities;
|
||||
|
||||
/**
|
||||
* URL to latest .nfo for software updates
|
||||
*/
|
||||
const std::string updateLatestNfoURL;
|
||||
|
||||
/**
|
||||
* Address for IPv4 LAN auto-location broadcasts: 255.255.255.255:9993
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue