]> git.meshlink.io Git - meshlink/blobdiff - test/import-export.c
Allow Catta to be disabled.
[meshlink] / test / import-export.c
index 22cd80bb9c4b808f8f9f55efdc83e1637e01e58a..411a7a21ce0e3b4575dc5521fc8108158a8796d4 100644 (file)
@@ -27,6 +27,11 @@ int main(int argc, char *argv[]) {
                return 1;
        }
 
+       // Disable local discovery
+
+       meshlink_enable_discovery(mesh1, false);
+       meshlink_enable_discovery(mesh2, false);
+
        // Import and export both side's data
 
        meshlink_add_address(mesh1, "localhost");