]> git.meshlink.io Git - meshlink/blobdiff - src/meshlink_internal.h
Add meshlink_get_all_nodes_by_last_reachable().
[meshlink] / src / meshlink_internal.h
index 5f87632c6c7742da92e0cc5620c3ac7259bbb9cc..15edba9ab9a1bf1c3452635c888dac1abe8bb9c7 100644 (file)
@@ -42,8 +42,8 @@ static const char meshlink_invitation_label[] = "MeshLink invitation";
 static const char meshlink_tcp_label[] = "MeshLink TCP";
 static const char meshlink_udp_label[] = "MeshLink UDP";
 
-#define MESHLINK_CONFIG_VERSION 1
-#define MESHLINK_INVITATION_VERSION 1
+#define MESHLINK_CONFIG_VERSION 2
+#define MESHLINK_INVITATION_VERSION 2
 
 struct CattaServer;
 struct CattaSServiceBrowser;