package
0.0.0-20160914140844-13f918f98fbc
Repository: https://github.com/hailooss/go-hailo-lib.git
Documentation: pkg.go.dev
# Functions
CachedNumRemoteTcpConns retrieves the number of established tcp connections for a remote host from the cache.
CachedRemoteTcpConns returns a map containing the number of tcp connections for all remote hosts connected to by this process.
NumRemoteTcpConns forces a cache update and retrieves the number of established tcp connections for a remote host.
RemoteTcpConns forces a cache update and returns a map containing the number of tcp connections for all remote hosts connected to by this process.
RunCacheLoader starts the cache loader in a background routine.