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
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue