X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.h;h=ae3840246bca626d9c6c6e0f47f848adafa5adb5;hp=6d2677bfdf0fb9f924b5c2dbce9b36f218b1cb4a;hb=249933350bda2c3fa09c7ce8eb36bf84ee30a1cb;hpb=6ba4e2da55001e17aec6a7ee71002130555ff439 diff --git a/src/net.h b/src/net.h index 6d2677bf..ae384024 100644 --- a/src/net.h +++ b/src/net.h @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: net.h,v 1.9.4.57 2003/05/06 21:13:17 guus Exp $ + $Id: net.h,v 1.9.4.58 2003/05/07 11:21:58 guus Exp $ */ #ifndef __TINC_NET_H__ @@ -41,7 +41,7 @@ #define MTU 1514 /* 1500 bytes payload + 14 bytes ethernet header */ #endif -#define MAXSIZE (MTU + 4 + 8 + 64 + MTU/64 + 20) /* MTU + seqno + padding + HMAC + compressor overhead */ +#define MAXSIZE (MTU + 4 + EVP_MAX_BLOCK_LENGTH + EVP_MAX_MD_SIZE + MTU/64 + 20) /* MTU + seqno + padding + HMAC + compressor overhead */ #define MAXBUFSIZE ((MAXSIZE > 2048 ? MAXSIZE : 2048) + 128) /* Enough room for a request with a MAXSIZEd packet or a 8192 bits RSA key */ #define MAXSOCKETS 128 /* Overkill... */