libp2p
    Preparing search index...

    Interface MultiaddrConnectionTimeline

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

    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.