X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnode.h;h=4f6232b83c2dd73ad526532fbc459276bf60d0ac;hb=bce17c83e871cb8a8c9158045eaf13f1be4b3d13;hp=08e6017671fb24817f8cc186dd3c844e51303da4;hpb=98716a227ee39fdcdfafa7309adb73499311a2ce;p=tinc diff --git a/src/node.h b/src/node.h index 08e60176..4f6232b8 100644 --- a/src/node.h +++ b/src/node.h @@ -98,7 +98,6 @@ typedef struct node_t { 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;