flow/conn: Make the RTT accurate if a remote end doesn't reply to
a healthCheckMessage.

Now the RTT returned will be:
max(lastRTT, timeWaitingForHealthCurrentHealthCheckResponse)

Change-Id: I0b70b7d6a9cac7556af88270b3e26ccf0af18b36
2 files changed
tree: 0dc669bfc9fe72b798f982e627a1a1010a67da42
  1. cmd/
  2. examples/
  3. internal/
  4. lib/
  5. runtime/
  6. services/
  7. test/
  8. .gitignore
  9. AUTHORS
  10. CONTRIBUTING.md
  11. CONTRIBUTORS
  12. envvar.go
  13. envvar_test.go
  14. LICENSE
  15. PATENTS
  16. README.md
  17. VERSION
README.md

Vanadium

This repository contains a reference implementation of the Vanadium APIs.

Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.