Network layer face for sending and receiving L3 packets.

Hierarchy

  • TypedEventTarget<EventMap>
    • L3Face

Implements

Constructors

Properties

Accessors

Methods

Constructors

  • Constructor.

    Parameters

    • transport: Transport

      Initial transport. It may be replaced through reopen mechanism.

    • attributes: L3Face.Attributes = {}

      Additional attributes. L3Face attributes consist of transport attributes overridden by these attributes.

    • lpOptions: LpService.Options = {}

      NDNLPv2 service options.

    Returns L3Face

Properties

attributes: L3Face.Attributes

Attributes of a network layer face.

Remarks

When L3Face is added to a logical forwarder, this is copied to FwFace.attributes.

rx: AsyncIterable<FwPacket<L3Pkt>>

RX packet stream received by the logical forwarder.

Accessors

Methods

Generated using TypeDoc