Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ICMPProtocol . ICMPProtocol = 1 // ICMP6Protocol . ICMP6Protocol = 58 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Count int // the number of pings to send Delay time.Duration // the delay after sending a ping before sending the next }
Config .
type Result ¶
type Result struct { Error string `json:"error,omitempty"` IP net.IP `json:"ip,omitempty"` PacketsSent int `json:"packets-sent,omitempty"` PacketsReceived int `json:"packets-received,omitempty"` PacketsLost int `json:"packets-lost,omitempty"` AverageRoundTrip string `json:"average-round-trip,omitempty"` }
Result .
Click to show internal directories.
Click to hide internal directories.