summaryrefslogtreecommitdiff
path: root/src/tun_darwin.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed TUN interface implementation os OS XMathias Hall-Andersen2017-09-031-23/+68
|
* Reviewed and added OSX patchMathias Hall-Andersen2017-07-191-0/+278
The patch was provided by: Naveen Nathan <naveen@lastninja.net> The following modifications to the patch was made: - Added copyright notice - Fixed file descriptor leak in .MTU() method - Migrated to the new(er) golang.org/x/sys/unix package - Removed non-functioning Daemonize method