libp2p
    Preparing search index...

    Interface IncomingStreamData

    interface IncomingStreamData {
        connection: Connection;
        stream: Stream;
    }
    Index

    Properties

    Properties

    connection: Connection

    The connection the stream was opened on

    stream: Stream

    The newly opened stream