You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
4 years ago
..
netstat.go net/netstat: start of new netstat package, with Windows for now 4 years ago
netstat_noimpl.go net/netstat: start of new netstat package, with Windows for now 4 years ago
netstat_test.go net/netstat: start of new netstat package, with Windows for now 4 years ago
netstat_windows.go net/netstat: start of new netstat package, with Windows for now 4 years ago