diff options
Diffstat (limited to 'tap-mac/tuntap/src/tap/tap.h')
-rw-r--r-- | tap-mac/tuntap/src/tap/tap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-mac/tuntap/src/tap/tap.h b/tap-mac/tuntap/src/tap/tap.h index b3070676..0ef9e159 100644 --- a/tap-mac/tuntap/src/tap/tap.h +++ b/tap-mac/tuntap/src/tap/tap.h @@ -34,7 +34,7 @@ #define TAP_IF_COUNT 16 /* max number of tap interfaces */ -#define TAP_MTU 4000 +#define TAP_MTU 2800 #define TAP_LLADDR tap_lladdr |