X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconnection.h;h=d5c14bd599ed210975d8fa5e51caca473f15d013;hp=24c95f4cb422881999119b658fd02be4d53f34c4;hb=b45511118421920771f5dcd5e4bafc04376e4450;hpb=ab7c61b06f6c6e991225f2fcc32d02b8e1084aee diff --git a/src/connection.h b/src/connection.h index 24c95f4c..d5c14bd5 100644 --- a/src/connection.h +++ b/src/connection.h @@ -29,6 +29,7 @@ #define OPTION_INDIRECT 0x0001 #define OPTION_TCPONLY 0x0002 #define OPTION_PMTU_DISCOVERY 0x0004 +#define OPTION_CLAMP_MSS 0x0008 typedef struct connection_status_t { int pinged:1; /* sent ping */ @@ -56,7 +57,7 @@ typedef struct connection_t { int protocol_version; /* used protocol */ int socket; /* socket used for this connection */ - long int options; /* options 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 */