]> git.meshlink.io Git - meshlink/blobdiff - examples/manynodes.c
allow multiple instances of avahi
[meshlink] / examples / manynodes.c
index 991d5ba65868622a36b68900f15c0bb20f1d74fb..3df6cadb8ede1980fc3ebabc88a56a89adea7d95 100644 (file)
@@ -8,7 +8,7 @@
 
 #include "../src/meshlink.h"
 
-static int n = 100;
+static int n = 10;
 static meshlink_handle_t **mesh;
 
 static meshlink_node_t **nodes;