NDNts
    interface WrapOptions {
        passData?: boolean;
        passUnsignedInterest?: boolean;
    }
    Index

    Properties

    passData?: boolean

    If true, non-Interest packets are passed through to the inner Verifier. If false, non-Interest packets are rejected.

    true

    passUnsignedInterest?: boolean

    If true, Interests without SigInfo are passed through to the inner Verifier. If false, Interests without SigInfo are rejected.

    false

    MMNEPVFCICPMFPCPTTAAATR