Interface CreateListenerOptions

interface CreateListenerOptions {
    upgrader: Upgrader;
}

Hierarchy

  • CreateListenerOptions

    Properties

    Properties

    upgrader: Upgrader

    The upgrader turns a MultiaddrConnection into a Connection and notifies other libp2p components about a new incoming connection.