diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-08 19:03:30 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-08 19:03:30 -0700 |
| commit | 7192fe6d15265a8f3ae65631e464837fd396d4b6 (patch) | |
| tree | 573513ef5e480780bfc4d35a899f683511d65c9f /node/Defaults.hpp | |
| parent | d76133046518e71025000ec6322f5b8f1c98529f (diff) | |
| download | infinitytier-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.hpp | 21 |
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; |
