package ping import "time" const ( DefaultCounter = 4 DefaultInterval = time.Second DefaultTimeout = time.Second * 5 )