Interface NtableChangeOptions

Ntable change options.

Hierarchy

  • NtableChangeOptions

Properties

anycast_delay?: number

Delay before sending anycast probes in milliseconds.

app_probs?: number

Number of application level probes to send.

base_reachable?: number

Base reachable time in milliseconds.

delay_probe?: number

Delay before first probe in milliseconds.

dev?: string

The name of the device to modify the table values.

gc_int?: number

Garbage collection interval in milliseconds.

gc_stale?: number

Time duration to consider a neighbor entry as stale in milliseconds.

locktime?: number

Locktime duration in milliseconds.

mcast_probes?: number

Number of multicast probes to send.

name: string

The name of the table to modify.

proxy_delay?: number

Delay before sending proxy probes in milliseconds.

proxy_queue?: number

Maximum length of the proxy queue.

queue?: number

Maximum length of the queue.

retrans?: number

Retransmission time in milliseconds.

thresh1?: number

The threshold value 1.

thresh2?: number

The threshold value 2.

thresh3?: number

The threshold value 3.

ucast_probes?: number

Number of unicast probes to send.

Generated using TypeDoc