X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.h;h=490cdcf3794bf977703c38eb59c6d25b1dcec437;hp=08b0aea8275211ad4f9a63855b9e8d9390fa47ff;hb=eaf1208e9d5c5a15e4b23de936830520bf3b5685;hpb=dd888ca685176128bf41034208f3dbb220f9d832 diff --git a/src/net.h b/src/net.h index 08b0aea8..490cdcf3 100644 --- a/src/net.h +++ b/src/net.h @@ -17,12 +17,14 @@ 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.53 2002/09/09 21:24:36 guus Exp $ + $Id: net.h,v 1.9.4.54 2002/09/10 22:12:33 guus Exp $ */ #ifndef __TINC_NET_H__ #define __TINC_NET_H__ +#include "config.h" + #include #include #include @@ -32,8 +34,6 @@ #include #endif -#include "config.h" - #ifdef ENABLE_JUMBOGRAMS #define MTU 9014 /* 9000 bytes payload + 14 bytes ethernet header */ #define MAXSIZE 9100 /* MTU + header (seqno) and trailer (CBC padding and HMAC) */