Documentation
¶
Overview ¶
Package connectionpoller provides a way of discovering what connections are currently open, and what connections have recently disappeared.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionPoller ¶
type ConnectionPoller interface {
TraceClosedConnections()
}
ConnectionPoller is in interface for an object that returns a list of all connections which it previously measured to be open, but it can no longer measure to be open.
func New ¶
func New(cache *ipcache.RecentIPCache) ConnectionPoller
New creates and returns a new ConnectionPoller.
Click to show internal directories.
Click to hide internal directories.