Even more missing definitions.

This commit is contained in:
Guus Sliepen 2003-07-18 12:16:24 +00:00
parent e449d94cae
commit b0a4f7b555
5 changed files with 220 additions and 4 deletions

View file

@ -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.64 2003/07/17 15:06:26 guus Exp $
$Id: net.h,v 1.9.4.65 2003/07/18 12:16:24 guus Exp $
*/
#ifndef __TINC_NET_H__
@ -25,6 +25,8 @@
#include <openssl/evp.h>
#include "ipv6.h"
#ifdef ENABLE_JUMBOGRAMS
#define MTU 9014 /* 9000 bytes payload + 14 bytes ethernet header */
#else