]> git.meshlink.io Git - meshlink/blobdiff - src/node.h
Improve the autoconnect algorithm.
[meshlink] / src / node.h
index e42aac4a4d894f02d4a840408c029aceda1d8349..75a8ced75387bc47c4976252c1cecd7d6cc712f1 100644 (file)
@@ -79,7 +79,7 @@ typedef struct node_t {
 
        struct connection_t *connection;        /* Connection associated with this node (if a direct connection exists) */
        time_t last_connect_try;
-       time_t last_successfull_connection;
+       time_t last_successful_connection;
 
        char *canonical_address;                /* The canonical address of this node, if known */
        sockaddr_t recent[5];                   /* Recently seen addresses */