Circuit tests now report link quality. Also fixed a little thing in revocation propagation.
This commit is contained in:
parent
39f886ad88
commit
d79585d44d
4 changed files with 18 additions and 9 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue