summaryrefslogtreecommitdiffhomepage
path: root/src/uapi_darwin.go
AgeCommit message (Collapse)Author
2017-09-26Clean up error handling of listen portJason A. Donenfeld
2017-09-03Fixed TUN interface implementation os OS XMathias Hall-Andersen
2017-07-23Close UDP connection when listen port changesMathias Hall-Andersen
2017-07-19Reviewed and added OSX patchMathias Hall-Andersen
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