Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PeersOptions

Hierarchy

Index

Properties

direction?: boolean
latency?: boolean
signal?: AbortSignal

Can be provided to a function that starts a long running task, which will be aborted when signal is triggered.

streams?: boolean
timeout?: number

Can be provided to a function that starts a long running task, which will be aborted after provided timeout (in ms).

verbose?: boolean

Generated using TypeDoc