Quichex.Native.ConnectionStats (quichex v0.3.0)

View Source

Snapshot of quiche::Stats, exposed via Native.connection_stats/1.

Summary

Types

t()

@type t() :: %Quichex.Native.ConnectionStats{
  acked_bytes: non_neg_integer(),
  bytes_in_flight_duration_us: non_neg_integer(),
  dgram_recv: non_neg_integer(),
  dgram_sent: non_neg_integer(),
  lost: non_neg_integer(),
  lost_bytes: non_neg_integer(),
  path_challenge_rx_count: non_neg_integer(),
  paths_count: non_neg_integer(),
  recv: non_neg_integer(),
  recv_bytes: non_neg_integer(),
  reset_stream_count_local: non_neg_integer(),
  reset_stream_count_remote: non_neg_integer(),
  retrans: non_neg_integer(),
  sent: non_neg_integer(),
  sent_bytes: non_neg_integer(),
  spurious_lost: non_neg_integer(),
  stopped_stream_count_local: non_neg_integer(),
  stopped_stream_count_remote: non_neg_integer(),
  stream_retrans_bytes: non_neg_integer()
}