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.
gopsutil/net
Conor Branagan 276c873f0d Fast duplication check in inodes processing.
Instead of encoding a JSON string of each connection (non-trivial at high
connection volumes) we can use the connTmp struct for map look-ups if we
eliminate the unused `uids` field.

Also switches to using the empty struct instead of bool for zero memory
overhead.
8 years ago
..
net.go add Uids field to net_linux 9 years ago
net_darwin.go only run ifconfig/netstat if necessary, add some tests 9 years ago
net_darwin_test.go only run ifconfig/netstat if necessary, add some tests 9 years ago
net_fallback.go Add stub functions for ConnectionsMax in other OS versions. 8 years ago
net_freebsd.go add Timeout to invoke command and use common.Invoke refs: #201 9 years ago
net_linux.go Fast duplication check in inodes processing. 8 years ago
net_linux_test.go Add ConnectionsMax function that limits connections per pid. 8 years ago
net_openbsd.go Add support for OpenBSD/amd64 8 years ago
net_test.go fix net_test.go 9 years ago
net_unix.go Add stub functions for ConnectionsMax in other OS versions. 8 years ago
net_windows.go Add stub functions for ConnectionsMax in other OS versions. 8 years ago