Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultiPing ¶
type MultiPing struct { // Locks MultiPing to protect internal members sync.RWMutex // Timeout specifies a timeout before ping exits, regardless of how many // packets have been received. Default is 1s. Timeout time.Duration // Tracker: Used to uniquely identify packet when non-priviledged Tracker int64 // contains filtered or unexported fields }
type PingClient ¶
Unified interface to process ping data
Click to show internal directories.
Click to hide internal directories.