aboutsummaryrefslogtreecommitdiffstats
path: root/main_windows.go
diff options
context:
space:
mode:
authorAvery Pennarun <apenwarr@gmail.com>2019-10-12 00:46:13 -0700
committerJason A. Donenfeld <Jason@zx2c4.com>2019-10-17 15:19:17 +0200
commit0abb6b668c708aa84daba4b036e536fd76a8b1c5 (patch)
tree50a2379626e17a1c31d521805f886d5c81b9372c /main_windows.go
parentdevice: test packets between two fake devices (diff)
downloadwireguard-go-0abb6b668c708aa84daba4b036e536fd76a8b1c5.tar.xz
wireguard-go-0abb6b668c708aa84daba4b036e536fd76a8b1c5.zip
rwcancel: handle EINTR and EAGAIN in unixSelect()
On my Chromebook (Linux 4.19.44 in a VM) and on an AWS EC2 machine, select() was sometimes returning EINTR. This is harmless and just means you should try again. So let's try again. This eliminates a problem where the tunnel fails to come up correctly and the program needs to be restarted. Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
Diffstat (limited to 'main_windows.go')
0 files changed, 0 insertions, 0 deletions