]> git.meshlink.io Git - meshlink/blobdiff - src/route.h
Avoid allocating packet buffers unnecessarily.
[meshlink] / src / route.h
index 16e3a97d275417819d2fcbdb26c07272f9ac4a14..284fc69a6733bffbda0d0b101f642c466dc3310b 100644 (file)
@@ -23,8 +23,6 @@
 #include "net.h"
 #include "node.h"
 
-extern bool decrement_ttl;
-
 extern void route(struct meshlink_handle *mesh, struct node_t *, struct vpn_packet_t *);
 
 #endif