Shared Memory Packet Interface (memif) transport.

Hierarchy

Constructors

Properties

Accessors

Methods

Constructors

Properties

attributes: Transport.Attributes
memif: Memif

Access the underlying Memif instance. You may read counters and monitor "memif:up" "memif:down" events, but not send/receive packets.

rx: Rx
tx: Tx

Accessors

  • get mtu(): number
  • Return the transport MTU, if known. The transport should be able to send TLV structure of up to this size.

    Returns number

Methods

  • Reopen the transport after it has failed.

    Returns Promise<Transport>

    the same transport or a new transport after it has been reconnected.

  • Returns string

Generated using TypeDoc