Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Bootstrap/udp.tunnel.bootstrap"

Index

Functions

Functions

_udpTunnel

  • _udpTunnel(xyz: any, config: any): void
  • Will create a new UDP tunnel over a given route and port.

    method

    _udpTunnel

    Parameters

    • xyz: any

      the automatically injected paramter referring to the current xyz instance.

    • config: any

      An object with two keys:

      • config.route: the route used in both sending side and in the server.
      • config.port: port of the server to create. Note that no ther server should exist in this port.

    Returns void

Generated using TypeDoc