Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
267
func
(u *NylonEndpoint) FilteredPing() time.Duration {
268
return
time.Duration(int64(u.expRTT))
269
}
270
271
func
(u *NylonEndpoint) StabilizedPing() time.Duration {
272
l, m, h := u.calcR()
Callers
2
buildEndpoints
Function · 0.80
runTests
Function · 0.80
Calls
no outgoing calls
Tested by
1
runTests
Function · 0.64