]> git.meshlink.io Git - meshlink-tiny/blobdiff - src/meshlink_internal.h
Remove MTU and traffic statistics.
[meshlink-tiny] / src / meshlink_internal.h
index 3113bea286fae7289124ab88924d4c2590b45087..c92af1b9f576b6c03214ec4205cbe3fafdefe632 100644 (file)
@@ -97,12 +97,9 @@ struct meshlink_handle {
        struct connection_t *connection;
        struct outgoing_t *outgoing;
 
-       int connection_burst;
        int contradicting_add_edge;
        int contradicting_del_edge;
        int sleeptime;
-       time_t connection_burst_time;
-       time_t last_hard_try;
        time_t last_unreachable;
        timeout_t pingtimer;
        timeout_t periodictimer;
@@ -111,13 +108,9 @@ struct meshlink_handle {
        uint64_t prng_state[4];
        uint32_t session_id;
 
-       int next_pit;
-       int pits[10];
-
        // Infrequently used callbacks
        meshlink_node_status_cb_t node_status_cb;
        meshlink_node_status_cb_t meta_status_cb;
-       meshlink_node_pmtu_cb_t node_pmtu_cb;
        meshlink_channel_listen_cb_t channel_listen_cb;
        meshlink_channel_accept_cb_t channel_accept_cb;
        meshlink_node_duplicate_cb_t node_duplicate_cb;
@@ -192,7 +185,6 @@ typedef struct meshlink_packethdr {
 
 void meshlink_send_from_queue(event_loop_t *loop, void *mesh);
 void update_node_status(meshlink_handle_t *mesh, struct node_t *n);
-void update_node_pmtu(meshlink_handle_t *mesh, struct node_t *n);
 extern meshlink_log_level_t global_log_level;
 extern meshlink_log_cb_t global_log_cb;
 void handle_duplicate_node(meshlink_handle_t *mesh, struct node_t *n);