summaryrefslogtreecommitdiff
path: root/node/Constants.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-06-16 13:50:29 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-06-16 13:50:29 -0700
commit1d0654bd14890cfe09512a708d7628c475fc5fd7 (patch)
treed8802d4f96a0a1a4d2041134d1cd4783f794f632 /node/Constants.hpp
parent463442eb6f2b4d29406bbf727e8a4f11596a1eac (diff)
parenta425bbc67301bf486fe5b0aba8adb59ae791403e (diff)
downloadinfinitytier-1d0654bd14890cfe09512a708d7628c475fc5fd7.tar.gz
infinitytier-1d0654bd14890cfe09512a708d7628c475fc5fd7.zip
Merge pull request #182 from keesbos/rootserver
Renamed supernode to rootserver
Diffstat (limited to 'node/Constants.hpp')
-rw-r--r--node/Constants.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/node/Constants.hpp b/node/Constants.hpp
index ed227f9f..aced6fe7 100644
--- a/node/Constants.hpp
+++ b/node/Constants.hpp
@@ -254,7 +254,7 @@
/**
* Delay between scans of the topology active peer DB for peers that need ping
*
- * This is also how often pings will be retried to upstream peers (supernodes)
+ * This is also how often pings will be retried to upstream peers (rootservers)
* constantly until something is heard.
*/
#define ZT_PING_CHECK_INVERVAL 6250
@@ -279,9 +279,9 @@
*
* When we send something (including frames), we generally expect a response.
* Switching relays if no response in a short period of time causes more
- * rapid failover if a supernode goes down or becomes unreachable. In the
+ * rapid failover if a rootserver goes down or becomes unreachable. In the
* mistaken case, little harm is done as it'll pick the next-fastest
- * supernode and will switch back eventually.
+ * rootserver and will switch back eventually.
*/
#define ZT_PEER_RELAY_CONVERSATION_LATENCY_THRESHOLD 10000