]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
Signal using select and a pipe for bringing down TUN reader
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 19 Apr 2018 05:46:27 +0000 (07:46 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 20 Apr 2018 02:16:34 +0000 (04:16 +0200)
commit4973ea0c9e6c8fd7093e8c1848533697d6b02a69
treecf2ddf21cd7e9e5e9355ab769a203a342ebc3f9f
parent676bb9143461ae25304c414fb19595fef9c310db
Signal using select and a pipe for bringing down TUN reader

Waiting on resolution of these to fix in better way:
- https://github.com/golang/go/issues/22939
- https://github.com/golang/go/issues/24331
tun_linux.go