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 /tcp-proxy/tcp-proxy.cpp | |
parent | 845955dea53035e8472059ff03feca9f47c0d5fa (diff) | |
download | infinitytier-a425bbc67301bf486fe5b0aba8adb59ae791403e.tar.gz infinitytier-a425bbc67301bf486fe5b0aba8adb59ae791403e.zip |
Renamed supernode to rootserver
Diffstat (limited to 'tcp-proxy/tcp-proxy.cpp')
-rw-r--r-- | tcp-proxy/tcp-proxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcp-proxy/tcp-proxy.cpp b/tcp-proxy/tcp-proxy.cpp index f7ba2c2f..6acf7b42 100644 --- a/tcp-proxy/tcp-proxy.cpp +++ b/tcp-proxy/tcp-proxy.cpp @@ -85,7 +85,7 @@ using namespace ZeroTier; * in which every encapsulated ZT packet is prepended by an IP address where * it should be forwarded (or where it came from for replies). This causes * this proxy to act as a remote UDP socket similar to a socks proxy, which - * will allow us to move this function off the supernodes and onto dedicated + * will allow us to move this function off the rootservers and onto dedicated * proxy nodes. * * Older ZT clients that do not send this message get their packets relayed |