X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconnection.h;h=d5c14bd599ed210975d8fa5e51caca473f15d013;hb=d15099e0029578bfd24d6b464b941f4693280001;hp=b3a7e33ff1d391a9d5953cded8dc932d31016943;hpb=5cbddc68bade0d1f8ded1b784bb27bb44c5dc5dc;p=tinc diff --git a/src/connection.h b/src/connection.h index b3a7e33f..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 */