Interface MultiaddrConnectionTimeline

interface MultiaddrConnectionTimeline {
    close?: number;
    open: number;
    upgraded?: number;
}

Properties

Properties

close?: number

When the connection was closed.

open: number

When the connection was opened

upgraded?: number

When the MultiaddrConnection was upgraded to a Connection - the type of connection encryption and multiplexing was negotiated.