mushi
    Preparing search index...

    Interface EndpointStats

    Statistics on Endpoint activity.

    interface EndpointStats {
        acceptedHandshakes: number;
        ignoredHandshakes: number;
        outgoingHandshakes: number;
        refusedHandshakes: number;
    }
    Index

    Properties

    acceptedHandshakes: number

    Cumulative number of QUIC handshakes accepted by this Endpoint.

    ignoredHandshakes: number

    Cumulative number of QUIC handshakes ignored on this Endpoint.

    outgoingHandshakes: number

    Cumulative number of QUIC handshakees sent from this Endpoint.

    refusedHandshakes: number

    Cumulative number of QUIC handshakes refused on this Endpoint.