libp2p
    Preparing search index...

    Interface TCPMetrics

    interface TCPMetrics {
        errors: CounterGroup<"outbound_to_connection" | "outbound_upgrade">;
        events: CounterGroup<"error" | "connect" | "timeout" | "abort">;
    }
    Index

    Properties

    Properties

    errors: CounterGroup<"outbound_to_connection" | "outbound_upgrade">
    events: CounterGroup<"error" | "connect" | "timeout" | "abort">