kmgPing

package
v0.0.0-...-05317bf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2015 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var MaxRtt time.Duration = time.Duration(1e9)

Functions

This section is empty.

Types

type Echo

type Echo struct {
	Rtt     time.Duration
	Status  EchoStatus
	Address string
}

func Ping

func Ping(address string) Echo

func (Echo) GetLostRateFloat

func (e Echo) GetLostRateFloat() float64

丢包返回1,不丢包返回0

type EchoStatus

type EchoStatus string
const (
	EchoStatusSuccess EchoStatus = "Success"
	EchoStatusFail    EchoStatus = "Fail"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL