]> tinc-vpn.org Git - tinc/blobdiff - src/node.h
Move UDP probe reply code into its own function.
[tinc] / src / node.h
index aadb0b5f36bd5f9ba66bdc4c2eb55e15f13bb2ec..03bd020865082b5668a7a72afe47779063dd8c66 100644 (file)
@@ -93,6 +93,8 @@ typedef struct node_t {
 
        struct timeval mtu_ping_sent;           /* Last time a MTU probe was sent */
 
+       length_t maxrecentlen;                  /* Maximum size of recently received packets */
+
        length_t mtu;                           /* Maximum size of packets to send to this node */
        length_t minmtu;                        /* Probed minimum MTU */
        length_t maxmtu;                        /* Probed maximum MTU */