NDNts

    Interface Options

    interface Options {
        ann?: boolean;
        face?: boolean;
        fw?: Forwarder;
        output?: Output;
        pkt?: boolean;
        prefix?: boolean;
    }
    Index

    Properties

    ann?: boolean

    Whether to log prefix announcements.

    true

    face?: boolean

    Whether to log face creations and deletions.

    true

    Logical Forwarder instance.

    Forwarder.getDefault()

    output?: Output

    Where to write log entries.

    console

    pkt?: boolean

    Whether to log packets.

    true

    prefix?: boolean

    Whether to log prefix registrations.

    true

    MMNEPVFCICPMFPCPTTAAATR