Packages

Typed distributed messaging for Gleam on the BEAM.

Retired package: Deprecated - The project needs to be redesigned around a much smaller and clearer core.

Current section

Files

Jump to
distribute include distribute@crypto@types_CryptoMetrics.hrl
Raw

include/distribute@crypto@types_CryptoMetrics.hrl

-record(crypto_metrics, {
handshakes_initiated :: integer(),
handshakes_completed :: integer(),
handshakes_failed :: integer(),
encrypt_count :: integer(),
decrypt_count :: integer(),
rekey_count :: integer(),
active_contexts :: integer()
}).