mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 13:03:45 +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
|
BUILDDIR := build
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
@ -20,4 +18,4 @@ clean:
|
||||||
rm -rf ${BUILDDIR}
|
rm -rf ${BUILDDIR}
|
||||||
|
|
||||||
distclean:
|
distclean:
|
||||||
rm -rf ${BUILDDIR}
|
rm -rf ${BUILDDIR} cmake-build-*
|
||||||
|
|
|
@ -43,7 +43,7 @@ Commands:
|
||||||
roots Show only root peers
|
roots Show only root peers
|
||||||
addroot <identity> [IP/port] Add root with optional bootstrap IP
|
addroot <identity> [IP/port] Add root with optional bootstrap IP
|
||||||
removeroot <address|identity> Remove root
|
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
|
leave <network ID> Leave a virtual network
|
||||||
networks List joined VL2 virtual networks
|
networks List joined VL2 virtual networks
|
||||||
network <network ID> Show verbose network info
|
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)) {
|
if (outl > (int)sizeof(Protocol::Header)) {
|
||||||
outl = Protocol::compress(outp,outl);
|
outl = Protocol::compress(outp,outl);
|
||||||
|
// TODO
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue