Browse Source

Push credentials in multicast.

pull/2/head
Adam Ierymenko 5 years ago
parent
commit
1316ee3127
No known key found for this signature in database
GPG Key ID: C8877CF2D7A5D7F3
  1. 2
      node/Switch.cpp

2
node/Switch.cpp

@ -481,6 +481,8 @@ void Switch::onLocalEthernet(void *tPtr,const SharedPtr<Network> &network,const
return;
}
network->pushCredentialsIfNeeded(tPtr,toZT,RR->node->now());
RR->mc->send(
tPtr,
RR->node->now(),

Loading…
Cancel
Save