@tikoci/centrs
    Preparing search index...

    Interface BtestClientData

    interface BtestClientData {
        activeConnections: number;
        authKind: BtestAuthKind;
        clientUdpPort?: number;
        direction: BtestDirection;
        durationMs: number;
        intervals: number;
        protocol: BtestProtocol;
        reports: readonly BtestReportRecord[];
        rxTotalAvgBps: number;
        serverUdpPort?: number;
        stopReason: BtestStopReason;
        totalLostPackets: number;
        totalRxBytes: number;
        totalTxBytes: number;
        txTotalAvgBps: number;
        user?: string;
    }
    Index

    Properties

    activeConnections: number

    TCP data connections actually driven (1 + joined secondaries).

    authKind: BtestAuthKind
    clientUdpPort?: number
    direction: BtestDirection
    durationMs: number
    intervals: number
    protocol: BtestProtocol
    reports: readonly BtestReportRecord[]
    rxTotalAvgBps: number
    serverUdpPort?: number
    stopReason: BtestStopReason
    totalLostPackets: number
    totalRxBytes: number
    totalTxBytes: number
    txTotalAvgBps: number
    user?: string