mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 20:13:44 +02:00
Little comments and stuff
This commit is contained in:
parent
f92fca03a0
commit
2d862f1d32
3 changed files with 3 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -1,5 +1,3 @@
|
|||
# Common makefile -- loads make rules for each platform
|
||||
|
||||
BUILDDIR := build
|
||||
|
||||
.PHONY: all
|
||||
|
@ -20,4 +18,4 @@ clean:
|
|||
rm -rf ${BUILDDIR}
|
||||
|
||||
distclean:
|
||||
rm -rf ${BUILDDIR}
|
||||
rm -rf ${BUILDDIR} cmake-build-*
|
||||
|
|
|
@ -43,7 +43,7 @@ Commands:
|
|||
roots Show only root peers
|
||||
addroot <identity> [IP/port] Add root with optional bootstrap IP
|
||||
removeroot <address|identity> Remove root
|
||||
join <network ID> Join a virtual network
|
||||
join <network ID> [fingerprint] Join a virtual network
|
||||
leave <network ID> Leave a virtual network
|
||||
networks List joined VL2 virtual networks
|
||||
network <network ID> Show verbose network info
|
||||
|
|
|
@ -115,6 +115,7 @@ void Membership::pushCredentials(const RuntimeEnvironment *RR,void *tPtr,const i
|
|||
|
||||
if (outl > (int)sizeof(Protocol::Header)) {
|
||||
outl = Protocol::compress(outp,outl);
|
||||
// TODO
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue