tailscale/net/netstat
Brad Fitzpatrick f65eb4e5c1 net/netstat: start of new netstat package, with Windows for now
This will be used in a future change to do localhost connection
authentication. This lets us quickly map a localhost TCP connection to
a PID. (A future change will then map a pid to a user)

TODO: pull portlist's netstat code into this package. Then portlist
will be fast on Windows without requiring shelling out to netstat.exe.
2020-09-10 15:24:49 -07:00
..
netstat_noimpl.go net/netstat: start of new netstat package, with Windows for now 2020-09-10 15:24:49 -07:00
netstat_test.go net/netstat: start of new netstat package, with Windows for now 2020-09-10 15:24:49 -07:00
netstat_windows.go net/netstat: start of new netstat package, with Windows for now 2020-09-10 15:24:49 -07:00
netstat.go net/netstat: start of new netstat package, with Windows for now 2020-09-10 15:24:49 -07:00