diff options
| author | Jesper Jensen <jesper@slashwin.dk> | 2021-09-25 21:04:29 +0200 |
|---|---|---|
| committer | Jesper Jensen <jesper@slashwin.dk> | 2021-09-25 21:04:29 +0200 |
| commit | c46781095ec64fbc4f8cf6097ca70b594a68c583 (patch) | |
| tree | 902aa3ef642d603f54d6d62bc1f42b6b948619da /src/routing.h | |
| parent | b5127f1c7624f40437159f164ac8eabc50b65f74 (diff) | |
Add timeout
Diffstat (limited to 'src/routing.h')
| -rw-r--r-- | src/routing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routing.h b/src/routing.h index 7f1d19e..e42eb71 100644 --- a/src/routing.h +++ b/src/routing.h @@ -21,7 +21,7 @@ struct nodeid { struct entry { bool set; struct nodeid id; - time_t last; + time_t expire; struct addr addr; }; |
