]> www.tinc-vpn.org Git - tinc/blobdiff - src/node.h
Add a cache of recently seen addresses.
[tinc] / src / node.h
index daa0830a5797db76df3b5c13a8a351d8ecdc9adf..496880f4715a99b67fa52eb94b7deb02bd99cd40 100644 (file)
@@ -110,6 +110,8 @@ typedef struct node_t {
        uint64_t in_bytes;
        uint64_t out_packets;
        uint64_t out_bytes;
+
+       struct address_cache_t *address_cache;
 } node_t;
 
 extern struct node_t *myself;