]> git.meshlink.io Git - meshlink/blobdiff - src/net.h
Add asynchronous DNS lookups for outgoing connections.
[meshlink] / src / net.h
index 38727c28c31f8647930e268862898cf5eb38a62c..5ea2ae3ed28bd88c036e0fd3076b53dfe689d9a6 100644 (file)
--- a/src/net.h
+++ b/src/net.h
@@ -63,6 +63,7 @@ typedef struct outgoing_t {
        struct node_t *node;
        enum {
                OUTGOING_START,
+               OUTGOING_CANONICAL_RESOLVE,
                OUTGOING_CANONICAL,
                OUTGOING_RECENT,
                OUTGOING_KNOWN,