X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnode.h;h=4f6232b83c2dd73ad526532fbc459276bf60d0ac;hb=c22560ae3283a8f5f12eee8ee4dcaa5e65ee8cf9;hp=08e6017671fb24817f8cc186dd3c844e51303da4;hpb=1b972f22733dc979568bc0ad8ebe0c711887e447;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;