summaryrefslogtreecommitdiff
path: root/osdep/MacEthernetTapAgent.c
AgeCommit message (Collapse)Author
2019-03-29More new Mac ethernet tap bugs.Adam Ierymenko
2019-03-29Add bigness to buffers to prevent overflow on high traffic (Mac tap).Adam Ierymenko
2019-03-29Destroy feth devices before creating to delete old ones if they were left ↵Adam Ierymenko
behind (MacEthernetTap).
2019-01-14Updated licenses for 2019Joseph Henry
2018-11-13More Mac tap improvements and threading efficiency improvements.Adam Ierymenko
2018-11-13Another stability fix... turns out vfork is problematic here.Adam Ierymenko
2018-11-13Stability improvements for Mac virtual Ethernet tap driver.Adam Ierymenko
2018-10-25Fix Mac tap agent abort on EINTR.Adam Ierymenko
2018-10-25Clean up some stuff after new feth tap implementation, and comment agent file.Adam Ierymenko
2018-10-25OSX no longer requires the kext due to feth black magic! The ↵Adam Ierymenko
MacEthernetTapAgent must be installed in /Library/Application Support/ZeroTier/One for ZT to work now. Eventually this can let us do an app bundle, get rid of the pkg, and have ZT itself run with normal or reduced privileges. Also fixes GitHub issue #870 (at least for me) and may be faster than the old kext.