You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brad Fitzpatrick
5bb14c07dc
portlist: don't depend on tempfork/osexec on iOS, saves 90KB
...
This gives us 90KB more of memory on iOS, as it shrinks the
NetworkExtension binary by 90KB.
The netstat binary isn't available in the network extension anyway, so
no point pulling in the osexec package which'll just fail to find
netstat anyway.
6 years ago
..
netstat.go
portlist: ignore ports bound to localhost
6 years ago
netstat_test.go
portlist: ignore ports bound to localhost
6 years ago
poller.go
portlist: fail earlier, more nicely on iOS
6 years ago
portlist.go
portlist: document, clean up, fix an open fd spike, optimize a bit
6 years ago
portlist_ios.go
portlist: don't depend on tempfork/osexec on iOS, saves 90KB
6 years ago
portlist_linux.go
portlist: ignore ports bound to localhost
6 years ago
portlist_macos.go
portlist: don't depend on tempfork/osexec on iOS, saves 90KB
6 years ago
portlist_other.go
portlist: document, clean up, fix an open fd spike, optimize a bit
6 years ago
portlist_test.go
portlist: ignore ports bound to localhost
6 years ago
portlist_windows.go
portlist: document, clean up, fix an open fd spike, optimize a bit
6 years ago