Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
Promise<InterfaceTestResult> ping(String host_name, PingConfig config)

Performs tests on Tests host_name by sending a ping to determine if there are connection issues. 

traceroute()
Code Block
languagejs
Promise<InterfaceTestResult> traceroute(String host_name, TraceRouteConfig config)

...