summaryrefslogtreecommitdiff
path: root/node/Defaults.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-08 19:03:30 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-08 19:03:30 -0700
commit7192fe6d15265a8f3ae65631e464837fd396d4b6 (patch)
tree573513ef5e480780bfc4d35a899f683511d65c9f /node/Defaults.hpp
parentd76133046518e71025000ec6322f5b8f1c98529f (diff)
downloadinfinitytier-7192fe6d15265a8f3ae65631e464837fd396d4b6.tar.gz
infinitytier-7192fe6d15265a8f3ae65631e464837fd396d4b6.zip
osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults
Diffstat (limited to 'node/Defaults.hpp')
-rw-r--r--node/Defaults.hpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/node/Defaults.hpp b/node/Defaults.hpp
index a4c839ea..c1df919b 100644
--- a/node/Defaults.hpp
+++ b/node/Defaults.hpp
@@ -52,11 +52,6 @@ public:
Defaults();
/**
- * Default home path for this platform
- */
- const std::string defaultHomePath;
-
- /**
* Default root topology dictionary
*/
const std::string defaultRootTopology;
@@ -67,22 +62,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
*/
const InetAddress v4Broadcast;