]> git.meshlink.io Git - meshlink/blobdiff - src/meta.c
Use datagram SPTPS for packet exchange between nodes.
[meshlink] / src / meta.c
index 84094d46f56a7db859c02782ca36c67e79aa1056..d44b2dd49a7212cf3e5fd02c4c652d78ef5b07dc 100644 (file)
@@ -31,7 +31,7 @@
 #include "utils.h"
 #include "xalloc.h"
 
-bool send_meta_sptps(void *handle, const char *buffer, size_t length) {
+bool send_meta_sptps(void *handle, uint8_t type, const char *buffer, size_t length) {
        connection_t *c = handle;
 
        if(!c) {