X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnode.h;h=08e6017671fb24817f8cc186dd3c844e51303da4;hb=98716a227ee39fdcdfafa7309adb73499311a2ce;hp=1863db94f81b5c268cb39099ea1cea997d05d998;hpb=eef792c01ed1704c03d55163de3f302a3c1d42fa;p=tinc diff --git a/src/node.h b/src/node.h index 1863db94..08e60176 100644 --- a/src/node.h +++ b/src/node.h @@ -94,7 +94,7 @@ typedef struct node_t { length_t minmtu; /* Probed minimum MTU */ length_t maxmtu; /* Probed maximum MTU */ int mtuprobes; /* Number of probes */ - timeout_t mtutimeout; /* Probe event */ + struct timeval probe_sent_time; /* Time the last probe was sent */ struct timeval probe_time; /* Time the last probe was sent or received */ int probe_counter; /* Number of probes received since last burst was sent */ float rtt; /* Last measured round trip time */