MCPcopy Create free account
hub / github.com/encodeous/nylon / FilteredPing

Method FilteredPing

state/endpoint.go:267–269  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

265}
266
267func (u *NylonEndpoint) FilteredPing() time.Duration {
268 return time.Duration(int64(u.expRTT))
269}
270
271func (u *NylonEndpoint) StabilizedPing() time.Duration {
272 l, m, h := u.calcR()

Callers 2

buildEndpointsFunction · 0.80
runTestsFunction · 0.80

Calls

no outgoing calls

Tested by 1

runTestsFunction · 0.64