X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnode.h;h=4f6232b83c2dd73ad526532fbc459276bf60d0ac;hb=06345f89b9a1e9acaf74cbbf896559b4286c102e;hp=1863db94f81b5c268cb39099ea1cea997d05d998;hpb=7939ee12836bf2ef772f2a6a1e805ee0d64a8e70;p=tinc diff --git a/src/node.h b/src/node.h index 1863db94..4f6232b8 100644 --- a/src/node.h +++ b/src/node.h @@ -94,11 +94,10 @@ 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 */ - float bandwidth; /* Last measured bandwidth */ float packetloss; /* Last measured packet loss rate */ uint64_t in_packets;