]> tinc-vpn.org Git - tinc/blobdiff - src/node.h
Be more liberal accepting ADD_EDGE messages with conflicting local address information.
[tinc] / src / node.h
index 5d7e677efa270a0e3eea3960502a3a2788fb2d53..0800337cf7dee4a910c179dfd4a1317d7e51c8f3 100644 (file)
@@ -95,6 +95,7 @@ typedef struct node_t {
 
        struct timeval mtu_ping_sent;           /* Last time a MTU probe was sent */
 
+       struct timeval mtu_info_sent;           /* Last time a MTU_INFO message was sent */
        struct timeval udp_info_sent;           /* Last time a UDP_INFO message was sent */
 
        length_t maxrecentlen;                  /* Maximum size of recently received packets */