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

13 lines
131 B
Go
Raw Normal View History

package burst
import (
"math"
"time"
)
const (
rttFailed = time.Duration(math.MaxInt64 - iota)
rttUntested
rttUnqualified
)