diff options
| author | Kees Bos <k.bos@capitar.com> | 2015-05-06 12:05:20 +0200 |
|---|---|---|
| committer | Kees Bos <k.bos@capitar.com> | 2015-05-06 12:05:20 +0200 |
| commit | a425bbc67301bf486fe5b0aba8adb59ae791403e (patch) | |
| tree | 460b6c5a5c2ed852903fac2a9703c6f06534f79f /node/SelfAwareness.cpp | |
| parent | 845955dea53035e8472059ff03feca9f47c0d5fa (diff) | |
| download | infinitytier-a425bbc67301bf486fe5b0aba8adb59ae791403e.tar.gz infinitytier-a425bbc67301bf486fe5b0aba8adb59ae791403e.zip | |
Renamed supernode to rootserver
Diffstat (limited to 'node/SelfAwareness.cpp')
| -rw-r--r-- | node/SelfAwareness.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/SelfAwareness.cpp b/node/SelfAwareness.cpp index d7c0e5cc..5fc8be2a 100644 --- a/node/SelfAwareness.cpp +++ b/node/SelfAwareness.cpp @@ -118,7 +118,7 @@ void SelfAwareness::iam(const Address &reporter,const InetAddress &reporterPhysi // For all peers for whom we forgot an address, send a packet indirectly if // they are still considered alive so that we will re-establish direct links. - SharedPtr<Peer> sn(RR->topology->getBestSupernode()); + SharedPtr<Peer> sn(RR->topology->getBestRootserver()); if (sn) { Path *snp = sn->getBestPath(now); if (snp) { |
