Add a cache of recently seen addresses.
[tinc] / src / node.h
index daa0830..496880f 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;