mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-16 22:28:17 +00:00
Circuit tests now report link quality. Also fixed a little thing in revocation propagation.
This commit is contained in:
@ -1422,6 +1422,7 @@ Membership::AddCredentialResult Network::addCredential(const Address &sentFrom,c
|
||||
outp.append((uint16_t)0); // no capabilities
|
||||
outp.append((uint16_t)0); // no tags
|
||||
outp.append((uint16_t)1); // one revocation!
|
||||
outp.append((uint16_t)0); // no certificates of ownership
|
||||
rev.serialize(outp);
|
||||
RR->sw->send(outp,true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user