X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fnode.h;h=d0dccf3e97dce5ce01ec0a099e1da1860ff872eb;hb=58f4b845b9a7d83739af77337f2ce263d8df7838;hp=d6d07d423cf37e349fd26b1229466f55e1d41d67;hpb=0ed0cc6f9c30537bd74222fd99a41726d488dd37;p=meshlink diff --git a/src/node.h b/src/node.h index d6d07d42..d0dccf3e 100644 --- a/src/node.h +++ b/src/node.h @@ -35,7 +35,8 @@ typedef struct node_status_t { unsigned int reachable:1; /* 1 if this node is reachable in the graph */ unsigned int indirect:1; /* 1 if this node is not directly reachable by us */ unsigned int sptps:1; /* 1 if this node supports SPTPS */ - unsigned int unused:25; + unsigned int udp_confirmed:1; /* 1 if the address is one that we received UDP traffic on */ + unsigned int unused:24; } node_status_t; typedef struct node_t {