Interface NDKRelayConnectionStats

Hierarchy

  • NDKRelayConnectionStats

Properties

attempts: number

The number of times a connection has been attempted.

connectedAt?: number

The time the current connection was established in milliseconds.

durations: number[]

The durations of the last 100 connections in milliseconds.

success: number

The number of times a connection has been successfully established.

Generated using TypeDoc