mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-30 11:39:29 -07:00
Some work on CIRCUIT_TEST, and a significant speedup to Poly1305.
This commit is contained in:
parent
7394ec6f6a
commit
477feee8a3
3 changed files with 296 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue