Documentation ¶
Index ¶
Constants ¶
View Source
const ( PING_ICMP_CODE = 0 PING_START_ID = 8000 // TODO choose this randomly )
View Source
const DATA_56_BYTES = "abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcd"
View Source
const FLOOD_INTERVAL = 0 // TODO add a flood option
Variables ¶
View Source
var GlobalPingManager = func() *Ping_Manager { pm, err := NewPing_Manager() if err != nil { logs.Error.Fatal(err) } return pm }()
Functions ¶
This section is empty.
Types ¶
type Ping_Manager ¶
type Ping_Manager struct {
// contains filtered or unexported fields
}
func NewPing_Manager ¶
func NewPing_Manager() (*Ping_Manager, error)
Click to show internal directories.
Click to hide internal directories.