X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconnection.h;h=5aac4a661cc83f01a7e24ce053d5b63c9ba6a4b0;hp=b3a7e33ff1d391a9d5953cded8dc932d31016943;hb=d1cc637470edaed663e694fdeb290eb45cc9ecca;hpb=5cbddc68bade0d1f8ded1b784bb27bb44c5dc5dc diff --git a/src/connection.h b/src/connection.h index b3a7e33f..5aac4a66 100644 --- a/src/connection.h +++ b/src/connection.h @@ -1,6 +1,6 @@ /* connection.h -- header for connection.c - Copyright (C) 2000-2009 Guus Sliepen , + Copyright (C) 2000-2010 Guus Sliepen , 2000-2005 Ivo Timmermans This program is free software; you can redistribute it and/or modify @@ -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 */