| 686 | } |
| 687 | |
| 688 | std::string ConnectionTypeAsString() const { return ::ConnectionTypeAsString(m_conn_type); } |
| 689 | |
| 690 | /** A ping-pong round trip has completed successfully. Update latest and minimum ping times. */ |
| 691 | void PongReceived(std::chrono::microseconds ping_time) { |
no test coverage detected