X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fconnection.h;fp=src%2Fconnection.h;h=fd633b3ffcb9e7535ba8c0263ff16dd938b07e62;hb=282b99f3c71705bd6e34d4e4f9e8369ea63c87ed;hp=27513e975fbb1ef73e89b7abb573b5041769093c;hpb=3bcd5ec746a5575c0c66f8b34922c038eb363b0a;p=meshlink diff --git a/src/connection.h b/src/connection.h index 27513e97..fd633b3f 100644 --- a/src/connection.h +++ b/src/connection.h @@ -76,11 +76,6 @@ typedef struct connection_t { ecdsa_t *ecdsa; /* his public ECDSA key */ int protocol_major; /* used protocol */ int protocol_minor; /* used protocol */ - - // Unused/deprecated - uint32_t options; /* options for this connection */ - int incompression; - int outcompression; } connection_t; extern void init_connections(struct meshlink_handle *mesh);