summaryrefslogtreecommitdiff
path: root/node/Defaults.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-07 19:31:11 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-07 19:31:11 -0700
commit49f031ccb4d518e8a715777f5d848759bae0def8 (patch)
tree6f5d2fe9a753d36ac1da657142fc50645804466d /node/Defaults.hpp
parent9e55f882d3ca5a5615c21ebaec0702aaaf436e2b (diff)
downloadinfinitytier-49f031ccb4d518e8a715777f5d848759bae0def8.tar.gz
infinitytier-49f031ccb4d518e8a715777f5d848759bae0def8.zip
Tons of refactoring, change to desperation algorithm to use max of core or link, porting over core loop code from old Node.cpp to new CAPI version, etc.
Diffstat (limited to 'node/Defaults.hpp')
-rw-r--r--node/Defaults.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/node/Defaults.hpp b/node/Defaults.hpp
index 3e5fe0a7..a4c839ea 100644
--- a/node/Defaults.hpp
+++ b/node/Defaults.hpp
@@ -83,11 +83,6 @@ public:
const std::string updateLatestNfoURL;
/**
- * URL to check for updates to root topology
- */
- const std::string rootTopologyUpdateURL;
-
- /**
* Address for IPv4 LAN auto-location broadcasts: 255.255.255.255:9993
*/
const InetAddress v4Broadcast;