mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-19 21:03:57 -07:00
Fix for netconf advertising of multicast propagation parameters, and defaults in Network.hpp.
This commit is contained in:
parent
795f41c331
commit
c26b64f24b
2 changed files with 10 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue