1
0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-03-11 09:00:43 +00:00

15 lines
207 B
Go
Raw Normal View History

package burst
import (
"math"
"time"
)
//go:generate go run github.com/v2fly/v2ray-core/v4/common/errors/errorgen
const (
rttFailed = time.Duration(math.MaxInt64 - iota)
rttUntested
rttUnqualified
)