summaryrefslogtreecommitdiff
path: root/node/RoutingTable.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-02-02 16:40:57 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-02-02 16:40:57 -0800
commitb7148c107d04ba7b71577c764e88a02098d23480 (patch)
treec5f7026b81ba58cb802fd52f053b010f39925acd /node/RoutingTable.hpp
parentb1bf3f68c327588132c55fe2fe913d3ec98c0b25 (diff)
downloadinfinitytier-b7148c107d04ba7b71577c764e88a02098d23480.tar.gz
infinitytier-b7148c107d04ba7b71577c764e88a02098d23480.zip
Rip out network environment fingerprint. This will be replaced by constant monitoring of actual external address surface.
Diffstat (limited to 'node/RoutingTable.hpp')
-rw-r--r--node/RoutingTable.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/node/RoutingTable.hpp b/node/RoutingTable.hpp
index c534f72c..a3faa79f 100644
--- a/node/RoutingTable.hpp
+++ b/node/RoutingTable.hpp
@@ -115,16 +115,6 @@ public:
* @return Entry or null entry on failure (or delete)
*/
virtual RoutingTable::Entry set(const InetAddress &destination,const InetAddress &gateway,const char *device,int metric) = 0;
-
- /**
- * Compute a 64-bit value that hashes the current state of the network environment
- *
- * This shouldn't be overridden -- uses get() to get underlying routing table.
- *
- * @param ignoreInterfaces Names of interfaces to exclude from fingerprint (e.g. my own)
- * @return Integer CRC-type fingerprint of current network environment
- */
- uint64_t networkEnvironmentFingerprint(const std::vector<std::string> &ignoreInterfaces) const;
};
} // namespace ZeroTier