aboutsummaryrefslogtreecommitdiff
path: root/tun (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tun: remove nonblock hack for linuxJason A. Donenfeld2018-12-061-10/+0
| | | | | | This is no longer necessary and actually breaks things Reported-by: Chris Branch <cbranch@cloudflare.com>
* Use darwin tun on iosJason A. Donenfeld2018-11-061-2/+0
|
* tun: only call .Fd() onceJason A. Donenfeld2018-10-174-61/+67
| | | | | Doing so tends to make the tunnel blocking, so we only retrieve it once before we call SetNonblock, and then cache the result.
* global: fix up copyright headersJason A. Donenfeld2018-09-165-8/+5
|
* Fix duplicate copyright lineJason A. Donenfeld2018-07-301-2/+0
|
* Do not build tun device on iosJason A. Donenfeld2018-06-091-0/+2
|
* Disable broadcast mode on *BSDJason A. Donenfeld2018-05-272-26/+0
| | | | Keeping it on makes IPv6 problematic and confuses routing daemons.
* Catch EINTRJason A. Donenfeld2018-05-244-12/+24
|
* Adopt GOPATHJason A. Donenfeld2018-05-234-4/+4
| | | | | GOPATH is annoying, but the Go community pushing me to adopt it is even more annoying.
* Move tun to subpackageJason A. Donenfeld2018-05-235-0/+1754