mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 13:05:46 +00:00
24fa616e73
Don't use os.NewFile or (*os.File).Close on the AF_ROUTE socket. It apparently does weird things to the fd and at least doesn't seem to close it. Just use the unix package. The test doesn't actually fail reliably before the fix, though. It was an attempt. But this fixes the integration tests. Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com> |
||
---|---|---|
.. | ||
monitor_darwin.go | ||
monitor_freebsd.go | ||
monitor_linux.go | ||
monitor_test.go | ||
monitor_unsupported.go | ||
monitor_windows.go | ||
monitor.go |