Interface Options

Hierarchy

  • Options

Properties

addRoutes?: readonly NameLike[]

Routes to be added on the created face. Default is ["/"].

attributes?: Attributes

NDNts face attributes.

fw?: Forwarder

NDNts logical forwarder.

gqlServer?: string

NDN-DPDK GraphQL server. Default is http://127.0.0.1:3030 .

localHost?: string

IP address to reach local host from NDN-DPDK. Default is auto-detected from GraphQL HTTP client.

memif?: MemifOptions

memif options.

scheme?: "udp" | "memif"

Transport scheme. Default is "udp".

udp?: OpenSocketOptions

UDP socket options.

Generated using TypeDoc