diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-02-02 16:40:57 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-02-02 16:40:57 -0800 |
| commit | b7148c107d04ba7b71577c764e88a02098d23480 (patch) | |
| tree | c5f7026b81ba58cb802fd52f053b010f39925acd /node/RoutingTable.hpp | |
| parent | b1bf3f68c327588132c55fe2fe913d3ec98c0b25 (diff) | |
| download | infinitytier-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.hpp | 10 |
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 |
