MCPcopy 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
262func (u *NylonEndpoint) HighRange() time.Duration {
263 _, _, h := u.calcR()
264 return h
265}
266
267func (u *NylonEndpoint) FilteredPing() time.Duration {
268 return time.Duration(int64(u.expRTT))

Callers 1

runTestsFunction · 0.80

Calls 1

calcRMethod · 0.95

Tested by 1

runTestsFunction · 0.64