diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2019-03-21 16:42:52 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2019-03-21 16:42:52 -0700 |
| commit | e37eb0aa542ef8aee8532c5bfdde7f09ed343a28 (patch) | |
| tree | c2900b4814847fb3249b41e7dcfe5ab6dbac9215 /ext/tap-mac/README.txt | |
| parent | 130fa35bb1707ea232015c1a3672f0585632dea1 (diff) | |
| download | infinitytier-e37eb0aa542ef8aee8532c5bfdde7f09ed343a28.tar.gz infinitytier-e37eb0aa542ef8aee8532c5bfdde7f09ed343a28.zip | |
More cleanup of old stuff no longer used.
Diffstat (limited to 'ext/tap-mac/README.txt')
| -rw-r--r-- | ext/tap-mac/README.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ext/tap-mac/README.txt b/ext/tap-mac/README.txt deleted file mode 100644 index 177b936f..00000000 --- a/ext/tap-mac/README.txt +++ /dev/null @@ -1,19 +0,0 @@ -This is a hack of tuntaposx. It's here for two reasons: - -1) There seem to be issues with large MTUs in the original tuntap code, - so we set up our zt0 tap with the correct ZeroTier MTU as the default. - -2) Lots of other mac products (VPNs, etc.) ship their own tap device - drivers that like to conflict with one another. This gives us no - choice but to play along. But we call our tap device zt0, which means - it won't conflict with everyone else's tap0. - -3) It's nice to call the device zt0, same as Linux, for consistency across - *nix platforms. Mac does not seem to support interface renaming. - -This will be placed in the ZeroTier home as a kext and is auto-loaded by the -ZeroTier One binary if /dev/zt0 is not found. It can also be auto-updated. - -See this page for the original: - -http://tuntaposx.sourceforge.net |
