summaryrefslogtreecommitdiff
path: root/testnet.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-10-28 15:53:11 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-10-28 15:53:11 -0700
commit9a5f6f020f98d1deb5f5591f850e1738c3bbae55 (patch)
tree264972e28852deed64a84f08ac0c7b41dd07a23a /testnet.cpp
parent4dec598fb888e24e663c8e32c499b82b74086534 (diff)
downloadinfinitytier-9a5f6f020f98d1deb5f5591f850e1738c3bbae55.tar.gz
infinitytier-9a5f6f020f98d1deb5f5591f850e1738c3bbae55.zip
docs
Diffstat (limited to 'testnet.cpp')
-rw-r--r--testnet.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/testnet.cpp b/testnet.cpp
index 8af203ac..e2f04c67 100644
--- a/testnet.cpp
+++ b/testnet.cpp
@@ -25,6 +25,8 @@
* LLC. Start here: http://www.zerotier.com/
*/
+/* SEE: testnet/README.md */
+
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
@@ -224,9 +226,10 @@ static void doHelp(const std::vector<std::string> &cmd)
printf("---------- listnetworks <address/*/**>"ZT_EOL_S);
printf("---------- listpeers <address/*/**>"ZT_EOL_S);
printf("---------- unicast <address/*/**> <address/*/**> <network ID> <frame length, min: 16> [<timeout (sec)>]"ZT_EOL_S);
- printf("---------- multicast <address/*/**> <MAC/*> <network ID> <frame length, min: 16> [<timeout (sec)>]"ZT_EOL_S);
+ printf("---------- multicast <address/*/**> <MAC/* for bcast> <network ID> <frame length, min: 16> [<timeout (sec)>]"ZT_EOL_S);
printf("---------- quit"ZT_EOL_S);
- printf("---------- . runs previous command again"ZT_EOL_S);
+ printf("---------- ( * means all regular nodes, ** means including supernodes )"ZT_EOL_S);
+ printf("---------- ( . runs previous command again )"ZT_EOL_S);
}
static void doMKSN(const std::vector<std::string> &cmd)