Interface PathSnapshot

A flat snapshot of an open path's state.

interface PathSnapshot {
    id: string;
    isIp: boolean;
    isRelay: boolean;
    isSelected: boolean;
    remoteAddr: string;
    rttMs: number;
    stats: PathStatsRecord;
}

Properties

id: string
isIp: boolean
isRelay: boolean
isSelected: boolean
remoteAddr: string
rttMs: number