Some work on CIRCUIT_TEST, and a significant speedup to Poly1305.

This commit is contained in:
Adam Ierymenko 2015-10-06 17:55:57 -07:00
parent 7394ec6f6a
commit 477feee8a3
3 changed files with 296 additions and 6 deletions

View file

@ -757,6 +757,11 @@ typedef struct {
* Circuit test result report
*/
typedef struct {
/**
* Sender of report
*/
uint64_t address;
/**
* 64-bit test ID
*/
@ -839,7 +844,7 @@ typedef struct {
*
* This may have ss_family set to zero (null address) if unspecified.
*/
struct sockaddr_storage receivedFromAddress;
struct sockaddr_storage receivedFromRemoteAddress;
/**
* Next hops to which packets are being or will be sent by the reporter