]> tinc-vpn.org Git - tinc/blobdiff - src/node.h
When relaying, send probes to the destination, not the source.
[tinc] / src / node.h
index 5fe6dfa6786c8dabf1eb44db06e3781ae29f6e3c..0800337cf7dee4a910c179dfd4a1317d7e51c8f3 100644 (file)
@@ -95,6 +95,9 @@ 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 */
 
        length_t mtu;                           /* Maximum size of packets to send to this node */