X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnode.h;h=3daffd4a2b0eb97b9cf011cfe86dce1a182bfc71;hp=0cdac3fa89c4f7241112a5139bd544a5d1946cb1;hb=70e1e467f93f885da3e49289e96757d5cd2ae5ba;hpb=72136f8418bc7e8a0a5bf3c11215aa49dc679659 diff --git a/src/node.h b/src/node.h index 0cdac3fa..3daffd4a 100644 --- a/src/node.h +++ b/src/node.h @@ -92,7 +92,7 @@ typedef struct node_t { struct timeval udp_reply_sent; /* Last time a (gratuitous) UDP probe reply was sent */ struct timeval udp_ping_sent; /* Last time a UDP probe was sent */ - long int udp_ping_rtt; /* Round trip time of UDP ping (in microseconds) */ + int udp_ping_rtt; /* Round trip time of UDP ping (in microseconds; or -1 if !status.udp_confirmed) */ timeout_t udp_ping_timeout; /* Ping timeout event */ struct timeval mtu_ping_sent; /* Last time a MTU probe was sent */