wireguard-go/tun
Jason A. Donenfeld da61947ec3 tun: windows: mitigate infinite loop in Flush()
It's possible that for whatever reason, we keep returning EOF, resulting
in repeated close/open/write operations, except with empty packets.
2019-05-31 16:55:03 +02:00
..
wintun wintun: revise GetInterface() 2019-05-24 09:29:57 +02:00
operateonfd.go receive: implement flush semantics 2019-03-21 14:45:41 -06:00
tun.go receive: implement flush semantics 2019-03-21 14:45:41 -06:00
tun_darwin.go global: regroup all imports 2019-05-14 09:09:52 +02:00
tun_freebsd.go global: regroup all imports 2019-05-14 09:09:52 +02:00
tun_linux.go global: regroup all imports 2019-05-14 09:09:52 +02:00
tun_openbsd.go global: regroup all imports 2019-05-14 09:09:52 +02:00
tun_windows.go tun: windows: mitigate infinite loop in Flush() 2019-05-31 16:55:03 +02:00