39c0e98b创建于 2025年5月7日历史提交
package ping

import "time"

const (
	DefaultCounter  = 4
	DefaultInterval = time.Second
	DefaultTimeout  = time.Second * 5
)