diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-06-16 13:50:29 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-06-16 13:50:29 -0700 |
commit | 1d0654bd14890cfe09512a708d7628c475fc5fd7 (patch) | |
tree | d8802d4f96a0a1a4d2041134d1cd4783f794f632 /tcp-proxy | |
parent | 463442eb6f2b4d29406bbf727e8a4f11596a1eac (diff) | |
parent | a425bbc67301bf486fe5b0aba8adb59ae791403e (diff) | |
download | infinitytier-1d0654bd14890cfe09512a708d7628c475fc5fd7.tar.gz infinitytier-1d0654bd14890cfe09512a708d7628c475fc5fd7.zip |
Merge pull request #182 from keesbos/rootserver
Renamed supernode to rootserver
Diffstat (limited to 'tcp-proxy')
-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 |