X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnode.h;h=03bd020865082b5668a7a72afe47779063dd8c66;hp=aadb0b5f36bd5f9ba66bdc4c2eb55e15f13bb2ec;hb=f0afde0467443969eb408090d6b8ee542768ee33;hpb=d63941593736fbf268f2770d42e7f3f6a2132fae diff --git a/src/node.h b/src/node.h index aadb0b5f..03bd0208 100644 --- a/src/node.h +++ b/src/node.h @@ -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 */