diff options
Diffstat (limited to 'tinc/files/mtu-vlan.diff')
-rw-r--r-- | tinc/files/mtu-vlan.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tinc/files/mtu-vlan.diff b/tinc/files/mtu-vlan.diff index e69de29bb2..f244537662 100644 --- a/tinc/files/mtu-vlan.diff +++ b/tinc/files/mtu-vlan.diff @@ -0,0 +1,12 @@ +diff -u -r1.1 -r1.2 +--- tinc/src/net.h 2004/02/19 11:55:20 1.1 ++++ tinc/src/net.h 2004/03/25 11:14:45 1.2 +@@ -30,7 +30,7 @@ + #ifdef ENABLE_JUMBOGRAMS + #define MTU 9014 /* 9000 bytes payload + 14 bytes ethernet header */ + #else +-#define MTU 1514 /* 1500 bytes payload + 14 bytes ethernet header */ ++#define MTU 1518 /* 1500 bytes payload + 14 bytes ethernet header + 4 bytes VLAN header */ + #endif + + #define MAXSIZE (MTU + 4 + EVP_MAX_BLOCK_LENGTH + EVP_MAX_MD_SIZE + MTU/64 + 20) /* MTU + seqno + padding + HMAC + compressor overhead */
\ No newline at end of file |