]> git.meshlink.io Git - meshlink-tiny/blobdiff - test/channels-aio-fd.c
Remove graph, edges and communication via UDP.
[meshlink-tiny] / test / channels-aio-fd.c
index dbfdde6b6cb46aeabbabebb557439dbcf7e80f17..0917fa82ddc6c2421737a4ad629b43ec9aaeadcf 100644 (file)
@@ -102,9 +102,6 @@ int main(void) {
 
        mesh_b->priv = in_infos;
 
-       meshlink_enable_discovery(mesh_a, false);
-       meshlink_enable_discovery(mesh_b, false);
-
        // Set the callbacks.
 
        meshlink_set_channel_accept_cb(mesh_b, accept_cb);