Peers and paths

This commit is contained in:
Adam Ierymenko 2019-09-22 17:41:15 -07:00
parent ccc9be2d4d
commit 90d4d79828
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
11 changed files with 153 additions and 23 deletions

View file

@ -1171,12 +1171,12 @@ typedef struct
/**
* Time of last send in milliseconds or 0 for never
*/
uint64_t lastSend;
int64_t lastSend;
/**
* Time of last receive in milliseconds or 0 for never
*/
uint64_t lastReceive;
int64_t lastReceive;
/**
* Is this a trusted path? If so this will be its nonzero ID.