]> git.meshlink.io Git - meshlink/blobdiff - src/meshlink_internal.h
Ensure consistent use of SPTPS session labels.
[meshlink] / src / meshlink_internal.h
index 9abe19e0a20a3e65f4deee53fcfbaa3b2a34274d..08f740719a769e17c4a664509254f539222a7f22 100644 (file)
 
 #define MAXSOCKETS 8    /* Probably overkill... */
 
+static const char meshlink_invitation_label[] = "MeshLink invitation";
+static const char meshlink_tcp_label[] = "MeshLink TCP";
+static const char meshlink_udp_label[] = "MeshLink UDP";
+
 struct CattaServer;
 struct CattaSServiceBrowser;
 struct CattaSimplePoll;