X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconnection.h;h=854e29f23a56bbb5a8540bb27749afb152ca3d46;hb=6dfdb323612184529b4b83c1be914dda8262de47;hp=2b6870e41c60d90260c0f2e561f237268c9fdd89;hpb=1d9dacb1f26971e19463b5501c2410c57f780ecb;p=tinc diff --git a/src/connection.h b/src/connection.h index 2b6870e4..854e29f2 100644 --- a/src/connection.h +++ b/src/connection.h @@ -32,6 +32,7 @@ #define OPTION_TCPONLY 0x0002 #define OPTION_PMTU_DISCOVERY 0x0004 #define OPTION_CLAMP_MSS 0x0008 +#define OPTION_VERSION(x) ((x) >> 24) /* Top 8 bits are for protocol minor version */ typedef struct connection_status_t { unsigned int pinged:1; /* sent ping */ @@ -49,7 +50,6 @@ typedef struct connection_status_t { unsigned int unused:20; } connection_status_t; -#include "ecdh.h" #include "ecdsa.h" #include "edge.h" #include "net.h"