Circuit tests now report link quality. Also fixed a little thing in revocation propagation.

This commit is contained in:
Adam Ierymenko 2017-03-01 15:12:17 -08:00
parent 39f886ad88
commit d79585d44d
4 changed files with 18 additions and 9 deletions

View file

@ -1270,6 +1270,11 @@ typedef struct {
*/
struct sockaddr_storage receivedFromRemoteAddress;
/**
* Path link quality of physical path over which test was received
*/
int receivedFromLinkQuality;
/**
* Next hops to which packets are being or will be sent by the reporter
*