]> git.meshlink.io Git - meshlink/blobdiff - src/libmeshlink.h
Dealing with legacy MTU probingwq
[meshlink] / src / libmeshlink.h
index e99f895768fb762369e524dd1f0e4adfb3888885..f2fbd5c4b64966ade273f8aa848b7fce0b3bbdff 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "system.h"
 #include "node.h"
-#include "names.h"
 //#include "tincctl.h"
 #include "xalloc.h"
 #include "logger.h"
@@ -42,6 +41,7 @@ bool tinc_start(const char* path);
 bool tinc_stop();
 
 typedef struct tincpackethdr {
+  u_int8_t legacymtu[14];
   u_int8_t destination[16];
   u_int8_t source[16];
 } __attribute__ ((__packed__)) tincpackethdr;