diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-28 15:18:06 -0400 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-28 15:18:06 -0400 |
commit | 12b297a7127a752c1ffb51d768072572f035e8da (patch) | |
tree | 0e779cef27597b03aac84c1e160fd8b1cf2e4786 /tap-mac/tuntap/src/tap/tap.h | |
parent | d290306bb3c6c3773dc613cbe06fd606103f4fa5 (diff) | |
download | infinitytier-12b297a7127a752c1ffb51d768072572f035e8da.tar.gz infinitytier-12b297a7127a752c1ffb51d768072572f035e8da.zip |
Put default MTU in tap back to 2800, clean up tun-related files and other things from the original pre-fork tap code base that we will never use.
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 |