Fix for netconf advertising of multicast propagation parameters, and defaults in Network.hpp.

This commit is contained in:
Adam Ierymenko 2013-09-19 16:16:48 -04:00
commit c26b64f24b
2 changed files with 10 additions and 4 deletions

View file

@ -298,9 +298,9 @@ int main(int argc,char **argv)
netconf["ts"] = buf;
netconf["peer"] = peerIdentity.address().toString();
sprintf(buf,"%x",mcb);
netconf["mcb"] = mcb;
netconf["mcb"] = buf;
sprintf(buf,"%x",mcd);
netconf["mcd"] = mcd;
netconf["mcd"] = buf;
if (!isOpen) {
// TODO: handle closed networks, look up private membership,