]> git.meshlink.io Git - meshlink/blobdiff - src/net.h
Add a callback that notifies the application when it is blacklisted.
[meshlink] / src / net.h
index a139c4328cfc3aad67bcaa025ddf49d7dd35fa97..5ad279793aa022c1721fafb477f93e551044f45c 100644 (file)
--- a/src/net.h
+++ b/src/net.h
@@ -111,6 +111,7 @@ void send_mtu_probe(struct meshlink_handle *mesh, struct node_t *);
 void handle_meta_connection_data(struct meshlink_handle *mesh, struct connection_t *);
 void retry(struct meshlink_handle *mesh);
 int check_port(struct meshlink_handle *mesh);
+void flush_meta(struct meshlink_handle *mesh, struct connection_t *);
 
 #ifndef HAVE_MINGW
 #define closesocket(s) close(s)