Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/encodeous/nylon
/ HighRange
Method
HighRange
state/endpoint.go:262–265 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
260
}
261
262
func
(u *NylonEndpoint) HighRange() time.Duration {
263
_, _, h := u.calcR()
264
return
h
265
}
266
267
func
(u *NylonEndpoint) FilteredPing() time.Duration {
268
return
time.Duration(int64(u.expRTT))
Callers
1
runTests
Function · 0.80
Calls
1
calcR
Method · 0.95
Tested by
1
runTests
Function · 0.64