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 /ext/bin | |
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 'ext/bin')
-rw-r--r-- | ext/bin/tap-mac/tap.kext/Contents/Info.plist | 2 | ||||
-rwxr-xr-x | ext/bin/tap-mac/tap.kext/Contents/MacOS/tap | bin | 81240 -> 81240 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/ext/bin/tap-mac/tap.kext/Contents/Info.plist b/ext/bin/tap-mac/tap.kext/Contents/Info.plist index 3cc41b07..45c2839a 100644 --- a/ext/bin/tap-mac/tap.kext/Contents/Info.plist +++ b/ext/bin/tap-mac/tap.kext/Contents/Info.plist @@ -15,7 +15,7 @@ <key>CFBundlePackageType</key> <string>KEXT</string> <key>CFBundleShortVersionString</key> - <string>20111101</string> + <string>20131028</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> diff --git a/ext/bin/tap-mac/tap.kext/Contents/MacOS/tap b/ext/bin/tap-mac/tap.kext/Contents/MacOS/tap Binary files differindex 7359c044..33dbf089 100755 --- a/ext/bin/tap-mac/tap.kext/Contents/MacOS/tap +++ b/ext/bin/tap-mac/tap.kext/Contents/MacOS/tap |