Little comments and stuff

This commit is contained in:
Adam Ierymenko 2020-03-26 08:38:23 -07:00
parent f92fca03a0
commit 2d862f1d32
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
3 changed files with 3 additions and 4 deletions

View file

@ -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-*

View file

@ -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

View file

@ -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
}
}