]> git.meshlink.io Git - meshlink/blobdiff - src/connection.h
introduction of dclass and use as source for weight of edges
[meshlink] / src / connection.h
index 5c11217593906d8dc3f1d93a00d56ad6b357777e..c3c219be4d0ae0bce1463453f0ca11c88e3da1a8 100644 (file)
@@ -64,8 +64,6 @@ typedef struct connection_t {
        int socket;                     /* socket used for this connection */
        uint32_t options;               /* options for this connection */
        connection_status_t status;     /* status info */
-       int estimated_weight;           /* estimation for the weight of the edge for this connection */
-       struct timeval start;           /* time this connection was started, used for above estimation */
        struct outgoing_t *outgoing;    /* used to keep track of outgoing connections */
 
        struct meshlink_handle *mesh;   /* the mesh this connection belongs to */